Home
last modified time | relevance | path

Searched refs:targetWindowId (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityWindowManager.java420 List<Integer> getWatchOutsideTouchWindowIdLocked(int targetWindowId) { in getWatchOutsideTouchWindowIdLocked() argument
421 final WindowInfo targetWindow = mWindowInfoById.get(targetWindowId); in getWatchOutsideTouchWindowIdLocked()
2027 public void notifyOutsideTouch(int userId, int targetWindowId) { in notifyOutsideTouch() argument
2032 getDisplayWindowObserverByWindowIdLocked(targetWindowId); in notifyOutsideTouch()
2034 outsideWindowsIds = observer.getWatchOutsideTouchWindowIdLocked(targetWindowId); in notifyOutsideTouch()
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DAccessibilityWindowManagerTest.java819 final int targetWindowId = in notifyOutsideTouch() local
829 mA11yWindowManager.notifyOutsideTouch(USER_SYSTEM_ID, targetWindowId); in notifyOutsideTouch()
DAccessibilityWindowManagerWithAccessibilityWindowTest.java981 final int targetWindowId = in notifyOutsideTouch() local
992 mA11yWindowManager.notifyOutsideTouch(USER_SYSTEM_ID, targetWindowId); in notifyOutsideTouch()