No examples for this method.
Frequently called with: [Clear]
-1
| java.lang.Object | |
| ↳ | android.support.v4.view.accessibility.AccessibilityManagerCompat |
Helper for accessing features in AccessibilityManager introduced after API level 4 in a backwards compatible fashion.
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
AccessibilityManagerCompat.AccessibilityStateChangeListenerCompat | Listener for the accessibility state. | |||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
|
||||||||||
| [Expand]
Inherited Methods
|
|||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class java.lang.Object
|
|||||||||||
Registers an AccessibilityManager.AccessibilityStateChangeListener for changes in the global accessibility state of the system.
| manager | The accessibility manager. |
|---|---|
| listener | The listener. |
Returns the AccessibilityServiceInfos of the enabled accessibility services for a given feedback type.
| manager | The accessibility manager. |
|---|---|
| feedbackTypeFlags | The feedback type flags. |
AccessibilityServiceInfos.Returns the AccessibilityServiceInfos of the installed accessibility services.
| manager | The accessibility manager. |
|---|
AccessibilityServiceInfos. Returns if the touch exploration in the system is enabled.
| manager | The accessibility manager. |
|---|
Unregisters an AccessibilityManager.AccessibilityStateChangeListener.
| manager | The accessibility manager. |
|---|---|
| listener | The listener. |