Searched refs:outsideWindowsIds (Results 1 – 1 of 1) sorted by relevance
2028 final List<Integer> outsideWindowsIds; in notifyOutsideTouch() local2034 outsideWindowsIds = observer.getWatchOutsideTouchWindowIdLocked(targetWindowId); in notifyOutsideTouch()2035 for (int i = 0; i < outsideWindowsIds.size(); i++) { in notifyOutsideTouch()2036 connectionList.add(getConnectionLocked(userId, outsideWindowsIds.get(i))); in notifyOutsideTouch()