Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityWindowManager.java87 private final SparseArray<IBinder> mGlobalWindowTokens = new SparseArray<>(); field in AccessibilityWindowManager
1239 mGlobalWindowTokens.put(windowId, token); in addAccessibilityInteractionConnection()
1289 token, mGlobalWindowTokens, mGlobalInteractionConnections); in removeAccessibilityInteractionConnection()
1372 window = mGlobalWindowTokens.get(windowId); in removeAccessibilityInteractionConnectionLocked()
1373 mGlobalWindowTokens.remove(windowId); in removeAccessibilityInteractionConnectionLocked()
1424 IBinder windowToken = mGlobalWindowTokens.get(windowId); in getWindowTokenForUserAndWindowIdLocked()
1453 final int globalIndex = mGlobalWindowTokens.indexOfValue(token); in findWindowIdLocked()
1455 return mGlobalWindowTokens.keyAt(globalIndex); in findWindowIdLocked()