public static interface AccessibilityManagerCompat.TouchExplorationStateChangeListener
AccessibilityManagerCompat.addTouchExplorationStateChangeListener(android.view.accessibility.AccessibilityManager, android.support.v4.view.accessibility.AccessibilityManagerCompat.TouchExplorationStateChangeListener)
.Modifier and Type | Method and Description |
---|---|
void |
onTouchExplorationStateChanged(boolean enabled)
Called when the touch exploration enabled state changes.
|