Android.App.UiAutomation: Method Members

The methods of Android.App.UiAutomation are listed below. For a list of all members, see the UiAutomation Members list.

See Also: Inherited members from Java.Lang.Object

Public Methods

ClearWindowAnimationFrameStats()
Clears the window animation rendering statistics.
ClearWindowContentFrameStats(int) : bool
Clears the frame statistics for the content of a given window.
ExecuteAndWaitForEvent(Java.Lang.IRunnable, UiAutomation.IAccessibilityEventFilter, long) : Android.Views.Accessibility.AccessibilityEvent
Executes a command and waits for a specific accessibility event up to a given wait timeout.
ExecuteShellCommand(string) : Android.OS.ParcelFileDescriptor
Executes a shell command.
FindFocus(Android.Views.Accessibility.NodeFocus) : Android.Views.Accessibility.AccessibilityNodeInfo
Find the view that has the specified focus type.
GetWindowContentFrameStats(int) : Android.Views.WindowContentFrameStats
Gets the frame statistics for a given window.
InjectInputEvent(Android.Views.InputEvent, bool) : bool
A method for injecting an arbitrary input event.
PerformGlobalAction(Android.AccessibilityServices.GlobalAction) : bool
Performs a global action.
SetOnAccessibilityEventListener(UiAutomation.IOnAccessibilityEventListener)
Sets a callback for observing the stream of Android.Views.Accessibility.AccessibilityEvents.
SetRotation(UiAutomationRotation) : bool
Sets the device rotation.
SetRunAsMonkey(bool)
Sets whether this UiAutomation to run in a "monkey" mode.
TakeScreenshot() : Android.Graphics.Bitmap
Takes a screenshot.
WaitForIdle(long, long)
Waits for the accessibility event stream to become idle, which is not to have received an accessibility event within idleTimeoutMillis.