Home
last modified time | relevance | path

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

/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityWindowManager.java326 List<Integer> getWatchOutsideTouchWindowIdLocked(int targetWindowId) { in getWatchOutsideTouchWindowIdLocked() argument
327 final WindowInfo targetWindow = mWindowInfoById.get(targetWindowId); in getWatchOutsideTouchWindowIdLocked()
1519 public void notifyOutsideTouch(int userId, int targetWindowId) { in notifyOutsideTouch() argument
1524 getDisplayWindowObserverByWindowIdLocked(targetWindowId); in notifyOutsideTouch()
1526 outsideWindowsIds = observer.getWatchOutsideTouchWindowIdLocked(targetWindowId); in notifyOutsideTouch()
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DAccessibilityWindowManagerTest.java731 final int targetWindowId = in notifyOutsideTouch() local
741 mA11yWindowManager.notifyOutsideTouch(USER_SYSTEM_ID, targetWindowId); in notifyOutsideTouch()