Home
last modified time | relevance | path

Searched refs:mTouchExplorationStateChangeListeners (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/accessibility/
DAccessibilityManager.java197 mTouchExplorationStateChangeListeners = new ArrayMap<>(); field in AccessibilityManager
792 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()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt78195 Landroid/view/accessibility/AccessibilityManager;->mTouchExplorationStateChangeListeners:Landroid/u…