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()434 mNotifiedWindows.clear(); in broadcastDragStartedLocked()473 mNotifiedWindows.add(newWin); in sendDragStartedLocked()556 for (WindowState ws : mNotifiedWindows) { in isWindowNotified()