Home
last modified time | relevance | path

Searched refs:mTouchExplorationStateChangeListeners (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/accessibility/
DAccessibilityManager.java239 mTouchExplorationStateChangeListeners = new ArrayMap<>(); field in AccessibilityManager
834 mTouchExplorationStateChangeListeners in addTouchExplorationStateChangeListener()
848 int index = mTouchExplorationStateChangeListeners.indexOfKey(listener); in removeTouchExplorationStateChangeListener()
849 mTouchExplorationStateChangeListeners.remove(listener); in removeTouchExplorationStateChangeListener()
1577 if (mTouchExplorationStateChangeListeners.isEmpty()) { in notifyTouchExplorationStateChanged()
1581 listeners = new ArrayMap<>(mTouchExplorationStateChangeListeners); in notifyTouchExplorationStateChanged()