Android.App.UiAutomation Members

The members of Android.App.UiAutomation are listed below.

See Also: Inherited members from Java.Lang.Object

Public Fields

const
RotationFreeze0UiAutomationRotation (0). Rotation constant: Freeze rotation to 0 degrees (natural orientation)
const
RotationFreeze180UiAutomationRotation (2). Rotation constant: Freeze rotation to 180 degrees .
const
RotationFreeze270UiAutomationRotation (3). Rotation constant: Freeze rotation to 270 degrees .
const
RotationFreeze90UiAutomationRotation (1). Rotation constant: Freeze rotation to 90 degrees .
const
RotationFreezeCurrentUiAutomationRotation (-1). Rotation constant: Freeze rotation to its current state.
const
RotationUnfreezeUiAutomationRotation (-2). Rotation constant: Unfreeze rotation (rotating the device changes its rotation state).

Public Properties

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

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.

Public Events

AccessibilityEventDocumentation for this section has not yet been entered.