Searched refs:mTouchExplorationStateChangeListeners (Results 1 – 2 of 2) sorted by relevance
273 mTouchExplorationStateChangeListeners = new ArrayMap<>(); field in AccessibilityManager990 mTouchExplorationStateChangeListeners in addTouchExplorationStateChangeListener()1004 int index = mTouchExplorationStateChangeListeners.indexOfKey(listener); in removeTouchExplorationStateChangeListener()1005 mTouchExplorationStateChangeListeners.remove(listener); in removeTouchExplorationStateChangeListener()2310 if (mTouchExplorationStateChangeListeners.isEmpty()) { in notifyTouchExplorationStateChanged()2314 listeners = new ArrayMap<>(mTouchExplorationStateChangeListeners); in notifyTouchExplorationStateChanged()
57908 Landroid/view/accessibility/AccessibilityManager;->mTouchExplorationStateChangeListeners:Landroid/u…