Searched refs:mNotifiedWindows (Results 1 – 1 of 1) sorted by relevance
115 ArrayList<WindowState> mNotifiedWindows; field in DragState153 mNotifiedWindows = new ArrayList<>(); in DragState()214 for (WindowState ws : mNotifiedWindows) { in closeLocked()236 mNotifiedWindows.clear(); in closeLocked()269 mNotifiedWindows = null; in closeLocked()437 mNotifiedWindows.clear(); in broadcastDragStartedLocked()477 mNotifiedWindows.add(newWin); in sendDragStartedLocked()560 for (WindowState ws : mNotifiedWindows) { in isWindowNotified()