Home
last modified time | relevance | path

Searched refs:getWindowId (Results 1 – 25 of 25) sorted by relevance

/frameworks/base/core/java/android/view/accessibility/
DAccessibilityCache.java227 mAccessibilityFocusedWindow = event.getWindowId(); in onAccessibilityEvent()
234 && mAccessibilityFocusedWindow == event.getWindowId()) { in onAccessibilityEvent()
244 removeCachedNodeLocked(event.getWindowId(), mInputFocus); in onAccessibilityEvent()
247 mInputFocusWindow = event.getWindowId(); in onAccessibilityEvent()
248 nodeToRefresh = removeCachedNodeLocked(event.getWindowId(), mInputFocus); in onAccessibilityEvent()
255 nodeToRefresh = removeCachedNodeLocked(event.getWindowId(), in onAccessibilityEvent()
261 final int windowId = event.getWindowId(); in onAccessibilityEvent()
273 clearSubTreeLocked(event.getWindowId(), event.getSourceNodeId()); in onAccessibilityEvent()
360 int windowId = info.getWindowId(); in isNodeInCache()
487 final int windowId = info.getWindowId(); in add()
[all …]
DAccessibilityInteractionClient.java962 + idToString(cachedInfo.getWindowId(), in findFocus()
1156 updateScrollingWindow(event.getWindowId(), SystemClock.uptimeMillis()); in onAccessibilityEvent()
1160 deleteScrollingWindow(event.getWindowId()); in onAccessibilityEvent()
DAccessibilityRecord.java252 public int getWindowId() { in getWindowId() method in AccessibilityRecord
DAccessibilityNodeInfo.java1183 public int getWindowId() { in getWindowId() method in AccessibilityNodeInfo
/frameworks/base/core/java/android/text/style/
DAccessibilityClickableSpan.java120 mWindowId = accessibilityNodeInfo.getWindowId(); in copyConnectionDataFrom()
/frameworks/base/core/java/android/transition/
DTransition.java781 sceneRoot.getWindowId(), infoValues); in createAnimators()
1684 WindowId windowId = sceneRoot.getWindowId(); in pause()
1717 WindowId windowId = sceneRoot.getWindowId(); in resume()
1750 WindowId windowId = sceneRoot.getWindowId(); in playTransition()
1961 WindowId windowId = sceneRoot.getWindowId(); in forceToEnd()
/frameworks/base/core/tests/coretests/src/android/view/accessibility/
DAccessibilityCacheTest.java645 nodeInfo.getWindowId()); in getFocus_focusedNodeAsInitialNode_returnsNodeWithA11yFocus()
651 assertFocus(nodeInfo, FOCUS_INPUT, nodeInfo.getSourceNodeId(), nodeInfo.getWindowId()); in getFocus_focusedNodeAsInitialNode_returnsNodeWithInputFocus()
722 nodeInfo.getWindowId()); in getFocus_cacheCleared_returnsNullA11yFocus()
729 assertFocus(null, FOCUS_INPUT, nodeInfo.getSourceNodeId(), nodeInfo.getWindowId()); in getFocus_cacheCleared_returnsNullInputFocus()
/frameworks/base/core/java/android/view/
DIWindowSession.aidl264 IWindowId getWindowId(IBinder window); in getWindowId() method
DWindowlessWindowManager.java588 public android.view.IWindowId getWindowId(android.os.IBinder window) { in getWindowId() method in WindowlessWindowManager
DView.java22745 public WindowId getWindowId() { in getWindowId() method
22752 ai.mIWindowId = ai.mSession.getWindowId(ai.mWindowToken); in getWindowId()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/gestures/
DTouchState.java200 mLastTouchedWindowId = event.getWindowId(); in onReceivedAccessibilityEvent()
/frameworks/base/services/core/java/com/android/server/wm/
DSession.java728 public IWindowId getWindowId(IBinder window) { in getWindowId() method in Session
729 return mService.getWindowId(window); in getWindowId()
DWindowManagerService.java2236 public IWindowId getWindowId(IBinder token) { in getWindowId() method in WindowManagerService
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilitySecurityPolicy.java206 return isRetrievalAllowingWindowLocked(userId, event.getWindowId()); in canDispatchAccessibilityEventLocked()
DAccessibilityManagerService.java1151 if (event.getWindowId() == in sendAccessibilityEvent()
1175 mCurrentUserId, event.getWindowId(), event.getSourceNodeId(), in sendAccessibilityEvent()
1194 final int windowId = event.getWindowId(); in sendAccessibilityEvent()
4507 sendPendingWindowStateChangedEventsForAvailableWindowLocked(event.getWindowId()); in sendAccessibilityEventForCurrentUserLocked()
5241 getWindowTransformationMatrixAndMagnificationSpec(focus.getWindowId()); in getAccessibilityFocusClickPointInScreenNotLocked()
6194 mWindowId = event.getWindowId(); in SendWindowStateChangedEventRunnable()
6210 private int getWindowId() { in getWindowId() method in AccessibilityManagerService.SendWindowStateChangedEventRunnable
6392 if (runnable.getWindowId() == windowId) { in sendPendingWindowStateChangedEventsForAvailableWindowLocked()
6409 event.getWindowId()); in postponeWindowStateEvent()
DAbstractAccessibilityServiceConnection.java1813 if ((event.getWindowId() != AccessibilityWindowInfo.UNDEFINED_WINDOW_ID) in wantsEventLocked()
/frameworks/base/core/java/android/view/autofill/
DAutofillManager.java3998 if (mFocusedWindowId == event.getWindowId() in onAccessibilityEvent()
4009 final int windowId = event.getWindowId(); in onAccessibilityEvent()
4020 if (mFocusedWindowId == event.getWindowId() in onAccessibilityEvent()
4022 notifyValueChanged(event.getWindowId(), event.getSourceNodeId()); in onAccessibilityEvent()
4029 notifyViewClicked(event.getWindowId(), event.getSourceNodeId()); in onAccessibilityEvent()
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DAccessibilityWindowManagerTest.java1213 return event.getWindowId() == mWindowId; in matchesSafely()
DAccessibilityWindowManagerWithAccessibilityWindowTest.java1391 return event.getWindowId() == mWindowId; in matchesSafely()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt33486 method public android.view.WindowId getWindowId();
34931 method public int getWindowId();
35132 method public int getWindowId();
/frameworks/base/boot/
Dboot-image-profile.txt16213 HSPLandroid/view/IWindowSession$Stub$Proxy;->getWindowId(Landroid/os/IBinder;)Landroid/view/IWindow…
17230 HSPLandroid/view/View;->getWindowId()Landroid/view/WindowId;
/frameworks/base/core/api/
Dcurrent.txt52785 method public android.view.WindowId getWindowId();
54901 method public int getWindowId();
55237 method public int getWindowId();
/frameworks/base/config/
Dboot-image-profile.txt16277 HSPLandroid/view/IWindowSession$Stub$Proxy;->getWindowId(Landroid/os/IBinder;)Landroid/view/IWindow…
17294 HSPLandroid/view/View;->getWindowId()Landroid/view/WindowId;
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt60460 Landroid/view/IWindowSession$Stub$Proxy;->getWindowId(Landroid/os/IBinder;)Landroid/view/IWindowId;
60521 Landroid/view/IWindowSession;->getWindowId(Landroid/os/IBinder;)Landroid/view/IWindowId;