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