Home
last modified time | relevance | path

Searched defs:windowId (Results 1 – 25 of 31) sorted by relevance

12

/aosp12/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityWindowManager.java224 WindowInfo findWindowInfoByIdLocked(int windowId) { in findWindowInfoByIdLocked()
252 void setActiveWindowLocked(int windowId) { in setActiveWindowLocked()
594 final int windowId = window.getId(); in updateWindowsLocked() local
836 RemoteAccessibilityConnection(int windowId, in RemoteAccessibilityConnection()
988 final int windowId; in addAccessibilityInteractionConnection() local
1175 int windowId, @Nullable IBinder binder) { in onAccessibilityInteractionConnectionRemovedLocked()
1269 public int resolveParentWindowIdLocked(int windowId) { in resolveParentWindowIdLocked()
1443 private void setActiveWindowLocked(int windowId) { in setActiveWindowLocked()
1778 void registerIdLocked(IBinder token, int windowId) { in registerIdLocked()
1787 void unregisterIdLocked(int windowId) { in unregisterIdLocked()
[all …]
H A DAccessibilitySecurityPolicy.java286 @NonNull AbstractAccessibilityServiceConnection service, int windowId) { in canGetAccessibilityNodeInfoLocked()
456 private boolean isRetrievalAllowingWindowLocked(int userId, int windowId) { in isRetrievalAllowingWindowLocked()
473 private boolean isShellAllowedToRetrieveWindowLocked(int userId, int windowId) { in isShellAllowedToRetrieveWindowLocked()
H A DAccessibilityManagerService.java797 final int windowId = event.getWindowId(); in sendAccessibilityEvent() local
1104 public IBinder getWindowToken(int windowId, int userId) { in getWindowToken()
1332 boolean getWindowBounds(int windowId, Rect outBounds) { in getWindowBounds()
2834 public MagnificationSpec getCompatibleMagnificationSpecLocked(int windowId) { in getCompatibleMagnificationSpecLocked()
3522 private AccessibilityNodeInfo getAccessibilityFocusNotLocked(int windowId) { in getAccessibilityFocusNotLocked()
H A DAbstractAccessibilityServiceConnection.java209 @Nullable MagnificationSpec getCompatibleMagnificationSpecLocked(int windowId); in getCompatibleMagnificationSpecLocked()
463 public AccessibilityWindowInfo getWindow(int windowId) { in getWindow()
1679 private int resolveAccessibilityWindowIdForFindFocusLocked(int windowId, int focusType) { in resolveAccessibilityWindowIdForFindFocusLocked()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
H A DAccessibilityWindowManagerTest.java373 final int windowId = mA11yWindowTokens.keyAt(i); in removeAccessibilityInteractionConnection_byWindowToken_shouldRemoved() local
400 final int windowId = windows.get(i).getId(); in getWindowTokenForUserAndWindowId_shouldNotNull() local
412 final int windowId = windows.get(i).getId(); in findWindowId() local
431 final int windowId = -1; in resolveParentWindowId_windowIsNotRegistered_shouldReturnGivenId() local
479 int windowId = a11yWindows.get(0).getId(); in computePartialInteractiveRegionForWindow_wholeVisible_returnWholeRegion() local
502 int windowId = a11yWindows.get(1).getId(); in computePartialInteractiveRegionForWindow_halfVisible_returnHalfRegion() local
515 int windowId = a11yWindows.get(1).getId(); in computePartialInteractiveRegionForWindow_notVisible_returnEmptyRegion() local
533 int windowId = a11yWindows.get(1).getId(); in computePartialInteractiveRegionForWindow_partialVisible_returnVisibleRegion() local
771 int windowId = -1; in setAccessibilityWindowIdToSurfaceMetadata() local
779 token.asBinder(), windowId); in setAccessibilityWindowIdToSurfaceMetadata() local
[all …]
H A DAbstractAccessibilityServiceConnectionTest.java783 int windowId, boolean isPip, int displayId) { in addA11yWindowInfo()
792 private RemoteAccessibilityConnection getRemoteA11yConnection(int windowId, in getRemoteA11yConnection()
/aosp12/packages/apps/Car/RotaryController/src/com/android/car/rotary/
H A DWindowCache.java55 void saveFocusedNode(int windowId, @NonNull AccessibilityNodeInfo focusedNode) { in saveFocusedNode()
68 void saveWindowType(int windowId, int windowType) { in saveWindowType()
82 void remove(int windowId) { in remove()
95 Integer getWindowType(int windowId) { in getWindowType()
H A DUtils.java341 int windowId) { in findWindowWithId()
/aosp12/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityCache.java148 final int windowId = window.getId(); in addWindowByDisplayLocked() local
206 final int windowId = event.getWindowId(); in onAccessibilityEvent() local
248 private AccessibilityNodeInfo removeCachedNodeLocked(int windowId, long sourceId) { in removeCachedNodeLocked()
273 public AccessibilityNodeInfo getNode(int windowId, long accessibilityNodeId) { in getNode()
354 public AccessibilityWindowInfo getWindow(int windowId) { in getWindow()
384 final int windowId = info.getWindowId(); in add() local
457 final int windowId = mNodeCache.keyAt(i); in clear() local
491 private void clearNodesForWindowLocked(int windowId) { in clearNodesForWindowLocked()
509 private void clearSubTreeLocked(int windowId, long rootNodeId) { in clearSubTreeLocked()
608 final int windowId = mNodeCache.keyAt(i); in checkIntegrity() local
H A DAccessibilityInteractionClient.java450 int windowId = -1; in findAccessibilityNodeInfoByAccessibilityId() local
1254 private void updateScrollingWindow(int windowId, long uptimeMillis) { in updateScrollingWindow()
1265 private void deleteScrollingWindow(int windowId) { in deleteScrollingWindow()
1277 private boolean isWindowScrolling(int windowId) { in isWindowScrolling()
H A DIAccessibilityManager.aidl70 IBinder getWindowToken(int windowId, int userId); in getWindowToken()
/aosp12/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/vehiclectrl/
H A DVehicleCtrlFragment.java131 private void moveWindow(int windowId, int speed) { in moveWindow()
136 private void updateWindowPos(int windowId, int pos) { in updateWindowPos()
/aosp12/frameworks/base/core/java/android/app/
H A DIUiAutomationConnection.aidl47 boolean clearWindowContentFrameStats(int windowId); in clearWindowContentFrameStats()
48 WindowContentFrameStats getWindowContentFrameStats(int windowId); in getWindowContentFrameStats()
H A DUiAutomationConnection.java237 public boolean clearWindowContentFrameStats(int windowId) throws RemoteException { in clearWindowContentFrameStats()
257 public WindowContentFrameStats getWindowContentFrameStats(int windowId) throws RemoteException { in getWindowContentFrameStats()
H A DUiAutomation.java1106 public boolean clearWindowContentFrameStats(int windowId) { in clearWindowContentFrameStats()
1153 public WindowContentFrameStats getWindowContentFrameStats(int windowId) { in getWindowContentFrameStats()
/aosp12/frameworks/base/core/tests/coretests/src/android/view/accessibility/
H A DAccessibilityInteractionClientTest.java61 final int windowId = 0x1234; in findA11yNodeInfoByA11yId_whenBypassingCache_doesntTouchCache() local
H A DAccessibilityCacheTest.java789 private AccessibilityWindowInfo obtainAccessibilityWindowInfo(int windowId, int layer) { in obtainAccessibilityWindowInfo()
796 private void putWindowWithWindowIdAndDisplayIdInCache(int windowId, int displayId, int layer) { in putWindowWithWindowIdAndDisplayIdInCache()
803 private AccessibilityNodeInfo getNodeWithA11yAndWindowId(int a11yId, int windowId) { in getNodeWithA11yAndWindowId()
810 private View getMockViewWithA11yAndWindowIds(int a11yId, int windowId) { in getMockViewWithA11yAndWindowIds()
H A DAccessibilityServiceConnectionImpl.java74 public AccessibilityWindowInfo getWindow(int windowId) { in getWindow()
/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/cc/
H A DCaptionTrackRenderer.java194 private void setCurrentWindowLayout(int windowId) { in setCurrentWindowLayout()
301 int windowId = window.id; in defineWindow() local
/aosp12/frameworks/base/core/java/android/transition/
H A DTransition.java1680 WindowId windowId = sceneRoot.getWindowId(); in pause() local
1713 WindowId windowId = sceneRoot.getWindowId(); in resume() local
1746 WindowId windowId = sceneRoot.getWindowId(); in playTransition() local
1957 WindowId windowId = sceneRoot.getWindowId(); in forceToEnd() local
2364 WindowId windowId; field in Transition.AnimationInfo
2368 WindowId windowId, TransitionValues values) { in AnimationInfo()
/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/data/
H A DCea708Parser.java491 int windowId = mCommand - Cea708Data.CODE_C1_CW0; in parseC1() local
758 int windowId = mCommand - Cea708Data.CODE_C1_DF0; in parseC1() local
/aosp12/packages/apps/Car/RotaryController/tests/unit/src/com/android/car/rotary/
H A DNodeBuilder.java215 NodeBuilder setWindowId(int windowId) { in setWindowId()
/aosp12/frameworks/base/core/java/android/view/autofill/
H A DAutofillManager.java692 @Nullable View autofillClientFindViewByAccessibilityIdTraversal(int viewId, int windowId); in autofillClientFindViewByAccessibilityIdTraversal()
3044 final int windowId = event.getWindowId(); in onAccessibilityEvent() local
3084 private boolean notifyViewEntered(int windowId, long nodeId, Rect focusedBounds) { in notifyViewEntered()
3110 private void notifyViewExited(int windowId, long nodeId) { in notifyViewExited()
3122 private void notifyValueChanged(int windowId, long nodeId) { in notifyValueChanged()
3139 private void notifyViewClicked(int windowId, long nodeId) { in notifyViewClicked()
3162 private View findViewByAccessibilityId(int windowId, long nodeId) { in findViewByAccessibilityId()
/aosp12/frameworks/base/core/java/android/accessibilityservice/
H A DIAccessibilityServiceConnection.aidl65 AccessibilityWindowInfo getWindow(int windowId); in getWindow()
/aosp12/frameworks/base/media/java/android/media/
H A DCea708CaptionRenderer.java381 int windowId = mCommand - Const.CODE_C1_CW0; in parseC1() local
586 int windowId = mCommand - Const.CODE_C1_DF0; in parseC1() local
1477 private void setCurrentWindowLayout(int windowId) { in setCurrentWindowLayout()
1581 int windowId = window.id; in defineWindow() local

12