Home
last modified time | relevance | path

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

/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityManagerService.java255 private final SparseArray<IBinder> mGlobalWindowTokens = new SparseArray<>(); field in AccessibilityManagerService
744 mGlobalWindowTokens.put(windowId, windowToken.asBinder()); in addAccessibilityInteractionConnection()
779 token, mGlobalWindowTokens, mGlobalInteractionConnections); in removeAccessibilityInteractionConnection()
1059 token = mGlobalWindowTokens.get(windowId); in getWindowBounds()
1331 mGlobalWindowTokens.remove(windowId); in removeAccessibilityInteractionConnectionLocked()
2352 IBinder windowToken = mGlobalWindowTokens.get(windowId); in getCompatibleMagnificationSpecLocked()
2707 IBinder token = mGlobalWindowTokens.get(windowId); in findWindowTokenLocked()
2715 final int globalIndex = mGlobalWindowTokens.indexOfValue(token); in findWindowIdLocked()
2717 return mGlobalWindowTokens.keyAt(globalIndex); in findWindowIdLocked()