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