Searched refs:mTouchExplorationStateChangeListeners (Results 1 – 2 of 2) sorted by relevance
255 mTouchExplorationStateChangeListeners = new ArrayMap<>(); field in AccessibilityManager888 mTouchExplorationStateChangeListeners in addTouchExplorationStateChangeListener()902 int index = mTouchExplorationStateChangeListeners.indexOfKey(listener); in removeTouchExplorationStateChangeListener()903 mTouchExplorationStateChangeListeners.remove(listener); in removeTouchExplorationStateChangeListener()1680 if (mTouchExplorationStateChangeListeners.isEmpty()) { in notifyTouchExplorationStateChanged()1684 listeners = new ArrayMap<>(mTouchExplorationStateChangeListeners); in notifyTouchExplorationStateChanged()
61874 Landroid/view/accessibility/AccessibilityManager;->mTouchExplorationStateChangeListeners:Landroid/u…