Searched refs:mWindowTokens (Results 1 – 1 of 1) sorted by relevance
756 userState.mWindowTokens.put(windowId, windowToken.asBinder()); in addAccessibilityInteractionConnection()793 token, userState.mWindowTokens, userState.mInteractionConnections); in removeAccessibilityInteractionConnection()1061 token = getCurrentUserStateLocked().mWindowTokens.get(windowId); in getWindowBounds()1335 userState.mWindowTokens.remove(windowId); in removeAccessibilityInteractionConnectionLocked()2354 windowToken = getCurrentUserStateLocked().mWindowTokens.get(windowId); in getCompatibleMagnificationSpecLocked()2711 return getCurrentUserStateLocked().mWindowTokens.get(windowId); in findWindowTokenLocked()2720 final int userIndex = userState.mWindowTokens.indexOfValue(token); in findWindowIdLocked()2722 return userState.mWindowTokens.keyAt(userIndex); in findWindowIdLocked()3976 public final SparseArray<IBinder> mWindowTokens = new SparseArray<>(); field in AccessibilityManagerService.UserState