Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
Android APIs
public static interface

AccessibilityManager.TouchExplorationStateChangeListener

android.view.accessibility.AccessibilityManager.TouchExplorationStateChangeListener

Class Overview

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) .

Summary

Public Methods
abstract void onTouchExplorationStateChanged (boolean enabled)
Called when the touch exploration enabled state changes.

Public Methods

public abstract void onTouchExplorationStateChanged (boolean enabled)

Called when the touch exploration enabled state changes.

Parameters
enabled Whether touch exploration is enabled.