Searched refs:mTouchExplorationStateChangeListeners (Results 1 – 2 of 2) sorted by relevance
197 mTouchExplorationStateChangeListeners = new ArrayMap<>(); field in AccessibilityManager792 mTouchExplorationStateChangeListeners in addTouchExplorationStateChangeListener()806 int index = mTouchExplorationStateChangeListeners.indexOfKey(listener); in removeTouchExplorationStateChangeListener()807 mTouchExplorationStateChangeListeners.remove(listener); in removeTouchExplorationStateChangeListener()1316 if (mTouchExplorationStateChangeListeners.isEmpty()) { in notifyTouchExplorationStateChanged()1320 listeners = new ArrayMap<>(mTouchExplorationStateChangeListeners); in notifyTouchExplorationStateChanged()
78195 Landroid/view/accessibility/AccessibilityManager;->mTouchExplorationStateChangeListeners:Landroid/u…