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