Searched refs:mNotifiedWindows (Results 1 – 1 of 1) sorted by relevance
121 ArrayList<WindowState> mNotifiedWindows; field in DragState159 mNotifiedWindows = new ArrayList<>(); in DragState()225 for (WindowState ws : mNotifiedWindows) { in closeLocked()253 mNotifiedWindows.clear(); in closeLocked()286 mNotifiedWindows = null; in closeLocked()445 mNotifiedWindows.clear(); in broadcastDragStartedLocked()485 mNotifiedWindows.add(newWin); in sendDragStartedLocked()568 for (WindowState ws : mNotifiedWindows) { in isWindowNotified()