Searched refs:mNotifiedWindows (Results 1 – 1 of 1) sorted by relevance
61 ArrayList<WindowState> mNotifiedWindows; field in DragState74 mNotifiedWindows = new ArrayList<WindowState>(); in DragState()87 mNotifiedWindows = null; in reset()185 mNotifiedWindows.clear(); in broadcastDragStartedLw()229 mNotifiedWindows.add(newWin); in sendDragStartedLw()248 for (WindowState ws : mNotifiedWindows) { in sendDragStartedIfNeededLw()266 for (WindowState ws: mNotifiedWindows) { in broadcastDragEndedLw()273 mNotifiedWindows.clear(); in broadcastDragEndedLw()