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.java273 mTouchExplorationStateChangeListeners = new ArrayMap<>(); field in AccessibilityManager
990 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()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt57908 Landroid/view/accessibility/AccessibilityManager;->mTouchExplorationStateChangeListeners:Landroid/u…