Java android.accessibilityservice AccessibilityService fields, constructors, methods, implement or subclass

Example usage for Java android.accessibilityservice AccessibilityService fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.accessibilityservice AccessibilityService.

The text is from its open source code.

Subclass

android.accessibilityservice.AccessibilityService has subclasses.
Click this link to see all its subclasses.

Field

intGESTURE_SWIPE_UP
The user has performed a swipe up gesture on the touch screen.
intGESTURE_SWIPE_DOWN
The user has performed a swipe down gesture on the touch screen.
intGESTURE_SWIPE_LEFT
The user has performed a swipe left gesture on the touch screen.
intGESTURE_SWIPE_RIGHT
The user has performed a swipe right gesture on the touch screen.
intGESTURE_SWIPE_LEFT_AND_RIGHT
The user has performed a swipe left and right gesture on the touch screen.
intGESTURE_SWIPE_RIGHT_AND_LEFT
The user has performed a swipe right and left gesture on the touch screen.
intGESTURE_SWIPE_UP_AND_DOWN
The user has performed a swipe up and down gesture on the touch screen.
intGESTURE_SWIPE_DOWN_AND_UP
The user has performed a swipe down and up gesture on the touch screen.
intGESTURE_SWIPE_LEFT_AND_UP
The user has performed a left and up gesture on the touch screen.
intGESTURE_SWIPE_LEFT_AND_DOWN
The user has performed a left and down gesture on the touch screen.
intGESTURE_SWIPE_RIGHT_AND_UP
The user has performed a right and up gesture on the touch screen.
intGESTURE_SWIPE_RIGHT_AND_DOWN
The user has performed a right and down gesture on the touch screen.
intGESTURE_SWIPE_UP_AND_LEFT
The user has performed an up and left gesture on the touch screen.
intGESTURE_SWIPE_UP_AND_RIGHT
The user has performed an up and right gesture on the touch screen.
intGESTURE_SWIPE_DOWN_AND_LEFT
The user has performed an down and left gesture on the touch screen.
intGESTURE_SWIPE_DOWN_AND_RIGHT
The user has performed an down and right gesture on the touch screen.
intGLOBAL_ACTION_BACK
Action to go back.
intGLOBAL_ACTION_HOME
Action to go home.
intGLOBAL_ACTION_RECENTS
Action to toggle showing the overview of recent apps.
intGLOBAL_ACTION_NOTIFICATIONS
Action to open the notifications.
intGLOBAL_ACTION_POWER_DIALOG
Action to open the power long-press dialog.
intGLOBAL_ACTION_TOGGLE_SPLIT_SCREEN
Action to toggle docking the current app's window

Method

ContextgetApplicationContext()
AccessibilityNodeInfogetRootInActiveWindow()
Gets the root node in the currently active window if this service can retrieve window content.
StringgetString(@StringRes int resId)
Returns a localized string from the application's package's default string table.
ListgetWindows()
Gets the windows on the screen.
booleanperformGlobalAction(int action)
Performs a global action.
voidstartActivity(Intent intent)