Searched refs:mTouchExplorationStateChangeListeners (Results 1 – 1 of 1) sorted by relevance
139 mTouchExplorationStateChangeListeners = new ArrayMap<>(); field in AccessibilityManager650 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()