Java android.view.accessibility AccessibilityManager fields, constructors, methods, implement or subclass

Example usage for Java android.view.accessibility AccessibilityManager fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.view.accessibility AccessibilityManager.

The text is from its open source code.

Field

Method

ListgetAccessibilityServiceList()
Returns the ServiceInfo s of the installed accessibility services.
ListgetEnabledAccessibilityServiceList(int feedbackTypeFlags)
Returns the AccessibilityServiceInfo s of the enabled accessibility services for a given feedback type.
ListgetInstalledAccessibilityServiceList()
Returns the AccessibilityServiceInfo s of the installed accessibility services.
AccessibilityManagergetInstance(Context context)
Get an AccessibilityManager instance (create one if necessary).
booleanisEnabled()
Returns if the accessibility in the system is enabled.
booleanisTouchExplorationEnabled()
Returns if the touch exploration in the system is enabled.
voidsendAccessibilityEvent(AccessibilityEvent event)
Sends an AccessibilityEvent .