Searched refs:mNotifiedWindows (Results 1 – 1 of 1) sorted by relevance
62 ArrayList<WindowState> mNotifiedWindows; field in DragState76 mNotifiedWindows = new ArrayList<WindowState>(); in DragState()89 mNotifiedWindows = null; in reset()187 mNotifiedWindows.clear(); in broadcastDragStartedLw()231 mNotifiedWindows.add(newWin); in sendDragStartedLw()250 for (WindowState ws : mNotifiedWindows) { in sendDragStartedIfNeededLw()268 for (WindowState ws: mNotifiedWindows) { in broadcastDragEndedLw()275 mNotifiedWindows.clear(); in broadcastDragEndedLw()