Home
last modified time | relevance | path

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

12345678910>>...16

/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
H A DAccessibilityWindowManagerTest.java341 final int windowId = mA11yWindowManager.findWindowIdLocked( in onWindowsChanged_shouldNotReportNonTouchableWindow() local
356 final int windowId = mA11yWindowManager.findWindowIdLocked( in onWindowsChanged_shouldReportFocusedNonTouchableWindow() local
520 final int windowId = mA11yWindowTokens.keyAt(i); in removeAccessibilityInteractionConnection_byWindowToken_shouldRemoved() local
532 final int windowId = mA11yWindowTokens.keyAt(i); in remoteAccessibilityConnection_binderDied_shouldRemoveConnection() local
547 final int windowId = windows.get(i).getId(); in getWindowTokenForUserAndWindowId_shouldNotNull() local
559 final int windowId = windows.get(i).getId(); in findWindowId() local
564 USER_SYSTEM_ID, windowToken), windowId); in findWindowId() local
571 final int windowId = addAccessibilityInteractionConnection(Display.DEFAULT_DISPLAY, false, in resolveParentWindowId_windowIsNotEmbedded_shouldReturnGivenId() local
578 final int windowId = -1; in resolveParentWindowId_windowIsNotRegistered_shouldReturnGivenId() local
634 int windowId = a11yWindows.get(0).getId(); in computePartialInteractiveRegionForWindow_wholeVisible_returnWholeRegion() local
[all …]
/aosp_15_r20/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityWindowManager.java158 public void setAccessibilityWindowAttributes(int displayId, int windowId, int userId, in setAccessibilityWindowAttributes()
291 AccessibilityWindowInfo findA11yWindowInfoByIdLocked(int windowId) { in findA11yWindowInfoByIdLocked()
302 WindowInfo findWindowInfoByIdLocked(int windowId) { in findWindowInfoByIdLocked()
331 boolean setActiveWindowLocked(int windowId) { in setActiveWindowLocked()
355 boolean setAccessibilityFocusedWindowLocked(int windowId) { in setAccessibilityFocusedWindowLocked()
381 boolean computePartialInteractiveRegionForWindowLocked(int windowId, in computePartialInteractiveRegionForWindowLocked()
512 final int windowId = window.token != null in createWindowInfoListLocked() local
574 int windowId, Region regionInScreen, Region unaccountedSpace) { in windowMattersToAccessibilityLocked()
845 final int windowId = window.getId(); in updateWindowsLocked() local
940 final int windowId = findWindowIdLocked(userId, window.token); in populateReportedWindowLocked() local
[all …]
H A DAccessibilitySecurityPolicy.java318 @NonNull AbstractAccessibilityServiceConnection service, int windowId) { in canGetAccessibilityNodeInfoLocked()
530 private boolean isRetrievalAllowingWindowLocked(int userId, int windowId) { in isRetrievalAllowingWindowLocked()
547 private boolean isShellAllowedToRetrieveWindowLocked(int userId, int windowId) { in isShellAllowedToRetrieveWindowLocked()
/aosp_15_r20/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityCache.java199 final int windowId = window.getId(); in addWindowByDisplayLocked() local
264 final int windowId = event.getWindowId(); in onAccessibilityEvent() local
318 private AccessibilityNodeInfo removeCachedNodeLocked(int windowId, long sourceId) { in removeCachedNodeLocked()
343 public AccessibilityNodeInfo getNode(int windowId, long accessibilityNodeId) { in getNode()
373 int windowId = info.getWindowId(); in isNodeInCache() local
458 public AccessibilityWindowInfo getWindow(int windowId) { in getWindow()
500 final int windowId = info.getWindowId(); in add() local
578 final int windowId = mNodeCache.keyAt(i); in clear() local
623 public AccessibilityNodeInfo getFocus(int focusType, long initialNodeId, int windowId) { in getFocus()
700 private void clearNodesForWindowLocked(int windowId) { in clearNodesForWindowLocked()
[all …]
H A DIAccessibilityManager.aidl86 IBinder getWindowToken(int windowId, int userId); in getWindowToken()
148 …oneway void setAccessibilityWindowAttributes(int displayId, int windowId, int userId, in Accessibi… in setAccessibilityWindowAttributes()
185 WindowTransformationSpec getWindowTransformationSpec(int windowId); in getWindowTransformationSpec()
H A DAccessibilityInteractionClient.java569 int windowId = -1; in findAccessibilityNodeInfoByAccessibilityId() local
1571 private void updateScrollingWindow(int windowId, long uptimeMillis) { in updateScrollingWindow()
1582 private void deleteScrollingWindow(int windowId) { in deleteScrollingWindow()
1594 private boolean isWindowScrolling(int windowId) { in isWindowScrolling()
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/test/java/com/google/android/exoplayer2/
H A DMediaPeriodQueueTest.java830 Object windowId = new Object(); in resolveMediaPeriodIdForAdsAfterPeriodPositionChange_behindAdInMultiPeriodTimeline_rollForward() local
865 Object windowId = new Object(); in resolveMediaPeriodIdForAdsAfterPeriodPositionChange_behindAdInMultiPeriodAllAdsPlayed_seekNotAdjusted() local
900 Object windowId = new Object(); in resolveMediaPeriodIdForAdsAfterPeriodPositionChange_behindAdInMultiPeriodFirstTwoAdsPlayed_rollForward() local
926 Object windowId = new Object(); in resolveMediaPeriodIdForAdsAfterPeriodPositionChange_beforeAdInMultiPeriodTimeline_seekNotAdjusted() local
945 Object windowId = new Object(); in resolveMediaPeriodIdForAdsAfterPeriodPositionChange_toUnplayedAdInMultiPeriodTimeline_resolvedAsAd() local
964 Object windowId = new Object(); in resolveMediaPeriodIdForAdsAfterPeriodPositionChange_toPlayedAdInMultiPeriodTimeline_skipPlayedAd() local
983 Object windowId = new Object(); in resolveMediaPeriodIdForAdsAfterPeriodPositionChange_toStartOfWindowPlayedAdPreroll_skipsPlayedPrerolls() local
1001 Object windowId = new Object(); in resolveMediaPeriodIdForAdsAfterPeriodPositionChange_toPlayedPostrolls_skipsAllButLastPostroll() local
1026 Object windowId = new Object(); in resolveMediaPeriodIdForAdsAfterPeriodPositionChange_consecutiveContentPeriods_rollForward() local
1050 Object windowId = new Object(); in resolveMediaPeriodIdForAdsAfterPeriodPositionChange_onlyConsecutiveContentPeriods_seekNotAdjusted() local
[all …]
/aosp_15_r20/packages/apps/Car/RotaryController/src/com/android/car/rotary/
DWindowCache.java52 void saveFocusedNode(int windowId, @NonNull AccessibilityNodeInfo focusedNode) { in saveFocusedNode()
65 void saveWindowType(int windowId, int windowType) { in saveWindowType()
79 void remove(int windowId) { in remove()
92 Integer getWindowType(int windowId) { in getWindowType()
/aosp_15_r20/out/soong/.intermediates/frameworks/libs/systemui/motiontoollib/motion_tool_lib/android_common/repackaged-jarjar/kotlinc/
Dmotion_tool_lib.jarcom/android/app/motiontool/WindowNotFoundException.class MotionToolManager.kt package com.android. ...
/aosp_15_r20/out/soong/.intermediates/frameworks/libs/systemui/motiontoollib/motion_tool_lib/android_common/kotlin/
Dmotion_tool_lib.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/frameworks__libs__systemui__motiontoollib__android_common__motion_tool_lib.kotlin_module com ...
/aosp_15_r20/development/tools/winscope/src/viewers/viewer_input/
H A Dpresenter.ts223 const windowId = Number(windowIdNode?.getValue() ?? -1); constant
280 const windowId = Number( constant
362 const windowId = dispatchEntry.getChildByName('windowId'); constant
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/view/accessibility/
H A DAccessibilityCacheTest.java930 int windowId) { in assertFocus()
1078 private AccessibilityWindowInfo obtainAccessibilityWindowInfo(int windowId, int layer) { in obtainAccessibilityWindowInfo()
1085 private void putWindowWithWindowIdAndDisplayIdInCache(int windowId, int displayId, int layer) { in putWindowWithWindowIdAndDisplayIdInCache()
1092 private AccessibilityNodeInfo getNodeWithA11yAndWindowId(int a11yId, int windowId) { in getNodeWithA11yAndWindowId()
1099 private View getMockViewWithA11yAndWindowIds(int a11yId, int windowId) { in getMockViewWithA11yAndWindowIds()
/aosp_15_r20/frameworks/base/core/java/android/transition/
H A DTransition.java1684 WindowId windowId = sceneRoot.getWindowId(); in pause() local
1717 WindowId windowId = sceneRoot.getWindowId(); in resume() local
1750 WindowId windowId = sceneRoot.getWindowId(); in playTransition() local
1961 WindowId windowId = sceneRoot.getWindowId(); in forceToEnd() local
2368 WindowId windowId; field in Transition.AnimationInfo
2372 WindowId windowId, TransitionValues values) { in AnimationInfo()
/aosp_15_r20/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/vehiclectrl/
DVehicleCtrlFragment.java132 private void moveWindow(int windowId, int speed) { in moveWindow()
137 private void updateWindowPos(int windowId, int pos) { in updateWindowPos()
/aosp_15_r20/frameworks/native/services/inputflinger/tests/
H A DFakeInputTracingBackend.cpp66 void VerifyingTrace::expectKeyDispatchTraced(const KeyEvent& event, int32_t windowId) { in expectKeyDispatchTraced()
71 void VerifyingTrace::expectMotionDispatchTraced(const MotionEvent& event, int32_t windowId) { in expectMotionDispatchTraced()
/aosp_15_r20/frameworks/base/core/java/android/app/
H A DIUiAutomationConnection.aidl50 boolean clearWindowContentFrameStats(int windowId); in clearWindowContentFrameStats()
51 WindowContentFrameStats getWindowContentFrameStats(int windowId); in getWindowContentFrameStats()
H A DUiAutomationConnection.java281 public boolean clearWindowContentFrameStats(int windowId) throws RemoteException { in clearWindowContentFrameStats()
301 public WindowContentFrameStats getWindowContentFrameStats(int windowId) throws RemoteException { in getWindowContentFrameStats()
/aosp_15_r20/external/accessibility-test-framework/src/main/java/com/google/android/apps/common/testing/accessibility/framework/uielement/
H A DWindowHierarchyElement.java54 protected final @Nullable Integer windowId; field in WindowHierarchyElement
66 @Nullable Integer windowId, in WindowHierarchyElement()
/aosp_15_r20/packages/apps/TV/tuner/src/com/android/tv/tuner/cc/
DCaptionTrackRenderer.java194 private void setCurrentWindowLayout(int windowId) { in setCurrentWindowLayout()
301 int windowId = window.id; in defineWindow() local
/aosp_15_r20/frameworks/libs/systemui/motiontoollib/src/com/android/app/motiontool/
DMotionToolManager.kt142 val windowId: String, constant in com.android.app.motiontool.TraceMetadata
155 class WindowNotFoundException(val windowId: String) : Exception() constant in com.android.app.motiontool.WindowNotFoundException
/aosp_15_r20/cts/tests/tests/uiautomation/src/android/app/uiautomation/cts/
H A DUiAutomationTest.java207 final int windowId = startActivitySync(); in testWindowContentFrameStats() local
232 final int windowId = startActivitySync(); in testWindowContentFrameStats_NoAnimation() local
/aosp_15_r20/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/
H A DAccessibilityEventFilterUtils.java87 public static AccessibilityEventFilter filterWindowsChangTypesAndWindowId(int windowId, in filterWindowsChangTypesAndWindowId()
274 public WindowIdMatcher(int windowId) { in WindowIdMatcher()
/aosp_15_r20/frameworks/base/core/java/android/view/autofill/
H A DAutofillManager.java893 @Nullable View autofillClientFindViewByAccessibilityIdTraversal(int viewId, int windowId); in autofillClientFindViewByAccessibilityIdTraversal()
4295 final int windowId = event.getWindowId(); in onAccessibilityEvent() local
4335 private boolean notifyViewEntered(int windowId, long nodeId, Rect focusedBounds) { in notifyViewEntered()
4361 private void notifyViewExited(int windowId, long nodeId) { in notifyViewExited()
4373 private void notifyValueChanged(int windowId, long nodeId) { in notifyValueChanged()
4390 private void notifyViewClicked(int windowId, long nodeId) { in notifyViewClicked()
4413 private View findViewByAccessibilityId(int windowId, long nodeId) { in findViewByAccessibilityId()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Transforms/
H A Dbuffer_packing.cc108 size_t windowId; member
333 size_t windowId = 0; in computeAllocationInfos() local
/aosp_15_r20/packages/apps/TV/tuner/src/com/android/tv/tuner/data/
DCea708Parser.java491 int windowId = mCommand - Cea708Data.CODE_C1_CW0; in parseC1() local
758 int windowId = mCommand - Cea708Data.CODE_C1_DF0; in parseC1() local

12345678910>>...16