Searched refs:targetWindowId (Results 1 – 1 of 1) sorted by relevance
2727 private void notifyOutsideTouchIfNeeded(int targetWindowId, int action) { in notifyOutsideTouchIfNeeded() argument2735 outsideWindowsIds = mSecurityPolicy.getWatchOutsideTouchWindowIdLocked(targetWindowId); in notifyOutsideTouchIfNeeded()3787 private List<Integer> getWatchOutsideTouchWindowIdLocked(int targetWindowId) { in getWatchOutsideTouchWindowIdLocked() argument3788 final WindowInfo targetWindow = mWindowInfoById.get(targetWindowId); in getWatchOutsideTouchWindowIdLocked()