Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/accessibility/
DAccessibilityCache.java80 final int windowId = window.getId(); in addWindow() local
131 final int windowId = event.getWindowId(); in onAccessibilityEvent() local
158 private void refreshCachedNodeLocked(int windowId, long sourceId) { in refreshCachedNodeLocked()
188 public AccessibilityNodeInfo getNode(int windowId, long accessibilityNodeId) { in getNode()
240 public AccessibilityWindowInfo getWindow(int windowId) { in getWindow()
261 final int windowId = info.getWindowId(); in add() local
313 final int windowId = mNodeCache.keyAt(i); in clear() local
332 private void clearNodesForWindowLocked(int windowId) { in clearNodesForWindowLocked()
357 private void clearSubTreeLocked(int windowId, long rootNodeId) { in clearSubTreeLocked()
440 final int windowId = mNodeCache.keyAt(i); in checkIntegrity() local
DIAccessibilityManager.aidl61 IBinder getWindowToken(int windowId, int userId); in getWindowToken()
DAccessibilityRecord.java183 public void setWindowId(int windowId) { in setWindowId()
/frameworks/base/core/java/android/app/
DIUiAutomationConnection.aidl41 boolean clearWindowContentFrameStats(int windowId); in clearWindowContentFrameStats()
42 WindowContentFrameStats getWindowContentFrameStats(int windowId); in getWindowContentFrameStats()
DUiAutomationConnection.java167 public boolean clearWindowContentFrameStats(int windowId) throws RemoteException { in clearWindowContentFrameStats()
187 public WindowContentFrameStats getWindowContentFrameStats(int windowId) throws RemoteException { in getWindowContentFrameStats()
DUiAutomation.java782 public boolean clearWindowContentFrameStats(int windowId) { in clearWindowContentFrameStats()
827 public WindowContentFrameStats getWindowContentFrameStats(int windowId) { in getWindowContentFrameStats()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityManagerService.java583 final int windowId = sNextWindowId++; in addAccessibilityInteractionConnection() local
656 final int windowId = windowTokens.keyAt(i); in removeAccessibilityInteractionConnectionInternalLocked() local
765 public IBinder getWindowToken(int windowId, int userId) { in getWindowToken()
858 boolean getWindowBounds(int windowId, Rect outBounds) { in getWindowBounds()
1030 private void removeAccessibilityInteractionConnectionLocked(int windowId, int userId) { in removeAccessibilityInteractionConnectionLocked()
1846 private MagnificationSpec getCompatibleMagnificationSpecLocked(int windowId) { in getCompatibleMagnificationSpecLocked()
2005 public AccessibilityConnectionWrapper(int windowId, in AccessibilityConnectionWrapper()
2095 final int windowId = msg.arg1; in handleMessage() local
2526 public AccessibilityWindowInfo getWindow(int windowId) { in getWindow()
3420 private IAccessibilityInteractionConnection getConnectionLocked(int windowId) { in getConnectionLocked()
[all …]
/frameworks/base/core/java/android/transition/
DTransition.java1679 WindowId windowId = sceneRoot.getWindowId(); in pause() local
1712 WindowId windowId = sceneRoot.getWindowId(); in resume() local
1745 WindowId windowId = sceneRoot.getWindowId(); in playTransition() local
1952 WindowId windowId = sceneRoot.getWindowId(); in forceToEnd() local
2384 WindowId windowId; field in Transition.AnimationInfo
2388 WindowId windowId, TransitionValues values) { in AnimationInfo()
/frameworks/support/transition/ics/android/support/transition/
DTransitionPort.java802 WindowIdPort windowId = WindowIdPort.getWindowId(sceneRoot); in pause() local
835 WindowIdPort windowId = WindowIdPort.getWindowId(sceneRoot); in resume() local
1235 WindowIdPort windowId; field in TransitionPort.AnimationInfo
1237 AnimationInfo(View view, String name, WindowIdPort windowId, TransitionValues values) { in AnimationInfo()
/frameworks/base/core/java/android/accessibilityservice/
DIAccessibilityServiceConnection.aidl60 AccessibilityWindowInfo getWindow(int windowId); in getWindow()
/frameworks/base/media/java/android/media/
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