android.view.accessibility.AccessibilityManager.TouchExplorationStateChangeListener |
Listener for the system touch exploration state. To listen for changes to
the touch exploration state on the device, implement this interface and
register it with the system by calling
addTouchExplorationStateChangeListener(AccessibilityManager.TouchExplorationStateChangeListener)
.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Called when the touch exploration enabled state changes.
|
Called when the touch exploration enabled state changes.
enabled | Whether touch exploration is enabled. |
---|