Searched refs:mGlobalWindowTokens (Results 1 – 1 of 1) sorted by relevance
255 private final SparseArray<IBinder> mGlobalWindowTokens = new SparseArray<>(); field in AccessibilityManagerService744 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()