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.java139 mTouchExplorationStateChangeListeners = new ArrayMap<>(); field in AccessibilityManager
650 mTouchExplorationStateChangeListeners in addTouchExplorationStateChangeListener()
664 int index = mTouchExplorationStateChangeListeners.indexOfKey(listener); in removeTouchExplorationStateChangeListener()
665 mTouchExplorationStateChangeListeners.remove(listener); in removeTouchExplorationStateChangeListener()
1018 if (mTouchExplorationStateChangeListeners.isEmpty()) { in notifyTouchExplorationStateChanged()
1022 listeners = new ArrayMap<>(mTouchExplorationStateChangeListeners); in notifyTouchExplorationStateChanged()
1028 mTouchExplorationStateChangeListeners.keyAt(i); in notifyTouchExplorationStateChanged()
1029 mTouchExplorationStateChangeListeners.valueAt(i) in notifyTouchExplorationStateChanged()