Package org.robolectric.shadows
Class ShadowUiAutomation
java.lang.Object
org.robolectric.shadows.ShadowUiAutomation
@Implements(value=android.app.UiAutomation.class, minSdk=18) public class ShadowUiAutomation extends Object
Shadow for
UiAutomation.-
Constructor Summary
Constructors Constructor Description ShadowUiAutomation() -
Method Summary
Modifier and Type Method Description static booleaninjectInputEvent(InputEvent event)Injects a motion event into the appropriate window, seeUiAutomation.injectInputEvent(InputEvent, boolean).protected booleaninjectInputEvent(InputEvent event, boolean sync)protected voidsetAnimationScale(float scale)static voidsetAnimationScaleCompat(float scale)Sets the animation scale, seeUiAutomation.setAnimationScale(float).protected booleansetRotation(int rotation)protected BitmaptakeScreenshot()protected voidthrowIfNotConnectedLocked()
-
Constructor Details
-
ShadowUiAutomation
public ShadowUiAutomation()
-
-
Method Details
-
setAnimationScaleCompat
public static void setAnimationScaleCompat(float scale)Sets the animation scale, seeUiAutomation.setAnimationScale(float). Provides backwards compatible access to SDKs < T. -
setAnimationScale
-
setRotation
-
throwIfNotConnectedLocked
-
takeScreenshot
-
injectInputEvent
Injects a motion event into the appropriate window, seeUiAutomation.injectInputEvent(InputEvent, boolean). This can be used through theUiAutomationAPI, this method is provided for backwards compatibility with SDK < 18. -
injectInputEvent
-