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.java143 mTouchExplorationStateChangeListeners = new ArrayMap<>(); field in AccessibilityManager
733 mTouchExplorationStateChangeListeners in addTouchExplorationStateChangeListener()
747 int index = mTouchExplorationStateChangeListeners.indexOfKey(listener); in removeTouchExplorationStateChangeListener()
748 mTouchExplorationStateChangeListeners.remove(listener); in removeTouchExplorationStateChangeListener()
1163 if (mTouchExplorationStateChangeListeners.isEmpty()) { in notifyTouchExplorationStateChanged()
1167 listeners = new ArrayMap<>(mTouchExplorationStateChangeListeners); in notifyTouchExplorationStateChanged()