Package org.robolectric.shadows
Class ShadowChoreographer.Picker
java.lang.Object
org.robolectric.shadows.LooperShadowPicker<ShadowChoreographer>
org.robolectric.shadows.ShadowChoreographer.Picker
- All Implemented Interfaces:
ShadowPicker<ShadowChoreographer>
- Enclosing class:
ShadowChoreographer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClass<? extends ShadowChoreographer> Determines the shadow class to be used depending on the configuration of the.invalid reference
org.robolectric.internal.Environment
-
Constructor Details
-
Picker
public Picker()
-
-
Method Details
-
pickShadowClass
Description copied from interface:ShadowPickerDetermines the shadow class to be used depending on the configuration of the. Must be deterministic.invalid reference
org.robolectric.internal.Environment- Specified by:
pickShadowClassin interfaceShadowPicker<ShadowChoreographer>- Overrides:
pickShadowClassin classLooperShadowPicker<ShadowChoreographer>- Returns:
- the shadow class to be used
-