Home
last modified time | relevance | path

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

/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityManagerService.java2727 private void notifyOutsideTouchIfNeeded(int targetWindowId, int action) { in notifyOutsideTouchIfNeeded() argument
2735 outsideWindowsIds = mSecurityPolicy.getWatchOutsideTouchWindowIdLocked(targetWindowId); in notifyOutsideTouchIfNeeded()
3787 private List<Integer> getWatchOutsideTouchWindowIdLocked(int targetWindowId) { in getWatchOutsideTouchWindowIdLocked() argument
3788 final WindowInfo targetWindow = mWindowInfoById.get(targetWindowId); in getWatchOutsideTouchWindowIdLocked()