Searched defs:windowId (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/core/java/android/app/
H A DUiAutomationConnection.java171 public boolean clearWindowContentFrameStats(int windowId) throws RemoteException { argument
180 IBinder token = mAccessibilityManager.getWindowToken(windowId, callingUserId);
191 public WindowContentFrameStats getWindowContentFrameStats(int windowId) throws RemoteException { argument
200 IBinder token = mAccessibilityManager.getWindowToken(windowId, callingUserId);
H A DUiAutomation.java782 * @param windowId The window id.
791 public boolean clearWindowContentFrameStats(int windowId) { argument
797 Log.i(LOG_TAG, "Clearing content frame stats for window: " + windowId);
800 return mUiAutomationConnection.clearWindowContentFrameStats(windowId);
817 * final int windowId = getWindows().get(0).getId();
820 * uiAutimation.clearWindowContentFrameStats(windowId);
825 * WindowContentFrameStats stats = uiAutomation.getWindowContentFrameStats(windowId);
828 * @param windowId The window id.
836 public WindowContentFrameStats getWindowContentFrameStats(int windowId) { argument
842 Log.i(LOG_TAG, "Getting content frame stats for window: " + windowId);
[all...]
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityCache.java110 final int windowId = window.getId();
111 AccessibilityWindowInfo oldWindow = mWindowCache.get(windowId);
115 mWindowCache.put(windowId, AccessibilityWindowInfo.obtain(window));
164 final int windowId = event.getWindowId();
168 clearSubTreeLocked(windowId, sourceId);
170 refreshCachedNodeLocked(windowId, sourceId);
191 private void refreshCachedNodeLocked(int windowId, long sourceId) { argument
196 LongSparseArray<AccessibilityNodeInfo> nodes = mNodeCache.get(windowId);
210 clearSubTreeLocked(windowId, sourceId);
217 * @param windowId Th
221 getNode(int windowId, long accessibilityNodeId) argument
273 getWindow(int windowId) argument
381 clearNodesForWindowLocked(int windowId) argument
406 clearSubTreeLocked(int windowId, long rootNodeId) argument
[all...]
H A DAccessibilityRecord.java186 * @param windowId The window id.
190 public void setWindowId(int windowId) { argument
191 mSourceWindowId = windowId;
H A DAccessibilityNodeInfo.java2868 * @param windowId The window id.
2872 public void setSourceNodeId(long sourceId, int windowId) { argument
2875 mWindowId = windowId;
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
H A DAccessibilityCacheTest.java549 private AccessibilityNodeInfo getNodeWithA11yAndWindowId(int a11yId, int windowId) { argument
551 AccessibilityNodeInfo.obtain(getMockViewWithA11yAndWindowIds(a11yId, windowId));
556 private View getMockViewWithA11yAndWindowIds(int a11yId, int windowId) { argument
559 when(mockView.getAccessibilityWindowId()).thenReturn(windowId);
/frameworks/base/core/java/android/transition/
H A DTransition.java1681 WindowId windowId = sceneRoot.getWindowId();
1684 if (info.view != null && windowId != null && windowId.equals(info.windowId)) {
1714 WindowId windowId = sceneRoot.getWindowId();
1717 if (info.view != null && windowId != null && windowId.equals(info.windowId)) {
1747 WindowId windowId = sceneRoot.getWindowId();
1752 if (oldInfo != null && oldInfo.view != null && oldInfo.windowId
2358 WindowId windowId; field in class:Transition.AnimationInfo
2361 AnimationInfo(View view, String name, Transition transition, WindowId windowId, TransitionValues values) argument
[all...]
/frameworks/support/transition/src/android/support/transition/
H A DTransition.java1719 WindowIdImpl windowId = ViewUtils.getWindowId(sceneRoot);
1722 if (info.mView != null && windowId.equals(info.mWindowId)) {
1752 WindowIdImpl windowId = ViewUtils.getWindowId(sceneRoot);
1755 if (info.mView != null && windowId.equals(info.mWindowId)) {
1785 WindowIdImpl windowId = ViewUtils.getWindowId(sceneRoot);
1791 && windowId.equals(oldInfo.mWindowId)) {
1988 WindowIdImpl windowId = ViewUtils.getWindowId(sceneRoot);
1991 if (info.mView != null && windowId != null && windowId.equals(info.mWindowId)) {
2356 AnimationInfo(View view, String name, Transition transition, WindowIdImpl windowId, argument
[all...]
/frameworks/base/media/java/android/media/
H A DCea708CaptionRenderer.java381 int windowId = mCommand - Const.CODE_C1_CW0;
382 emitCaptionEvent(new CaptionEvent(CAPTION_EMIT_TYPE_COMMAND_CWX, windowId));
384 Log.d(TAG, String.format("CaptionCommand CWX windowId: %d", windowId));
586 int windowId = mCommand - Const.CODE_C1_DF0;
601 new CaptionWindow(windowId, visible, rowLock, columnLock, priority,
606 "CaptionCommand DFx windowId: %d, priority: %d, columnLock: %s, "
611 windowId, priority, columnLock, rowLock, visible, anchorVertical,
1477 private void setCurrentWindowLayout(int windowId) { argument
1478 if (windowId <
[all...]
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityManagerService.java637 final int windowId = sNextWindowId++;
643 windowId, connection, UserHandle.USER_ALL);
645 mGlobalInteractionConnections.put(windowId, wrapper);
646 mGlobalWindowTokens.put(windowId, windowToken.asBinder());
649 + " with windowId: " + windowId + " and token: " + windowToken.asBinder());
653 windowId, connection, resolvedUserId);
656 userState.mInteractionConnections.put(windowId, wrapper);
657 userState.mWindowTokens.put(windowId, windowToken.asBinder());
660 + " with windowId
840 getWindowToken(int windowId, int userId) argument
984 getWindowBounds(int windowId, Rect outBounds) argument
1220 removeAccessibilityInteractionConnectionLocked(int windowId, int userId) argument
2196 getCompatibleMagnificationSpecLocked(int windowId) argument
2362 AccessibilityConnectionWrapper(int windowId, IAccessibilityInteractionConnection connection, int userId) argument
3022 getWindow(int windowId) argument
4075 getConnectionLocked(int windowId) argument
4099 resolveAccessibilityWindowIdForFindFocusLocked(int windowId, int focusType) argument
4365 clearAccessibilityFocusNotLocked(int windowId) argument
4438 getAccessibilityFocusNotLocked(int windowId) argument
4591 computePartialInteractiveRegionForWindowLocked(int windowId, Region outRegion) argument
4634 updateActiveAndAccessibilityFocusedWindowLocked(int windowId, long nodeId, int eventType, int eventAction) argument
4741 setActiveWindowLocked(int windowId) argument
4755 setAccessibilityFocusedWindowLocked(int windowId) argument
4786 canGetAccessibilityNodeInfoLocked(Service service, int windowId) argument
4872 isRetrievalAllowingWindow(int windowId) argument
4883 findA11yWindowInfoById(int windowId) argument
4887 findWindowInfoById(int windowId) argument
[all...]

Completed in 1215 milliseconds