Searched refs:mNotifiedWindows (Results 1 – 1 of 1) sorted by relevance
118 ArrayList<WindowState> mNotifiedWindows; field in DragState161 mNotifiedWindows = new ArrayList<>(); in DragState()228 for (WindowState ws : mNotifiedWindows) { in closeLocked()257 mNotifiedWindows.clear(); in closeLocked()285 mNotifiedWindows = null; in closeLocked()495 mNotifiedWindows.clear(); in broadcastDragStartedLocked()538 mNotifiedWindows.add(newWin); in sendDragStartedLocked()632 for (WindowState ws : mNotifiedWindows) { in isWindowNotified()