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