Home
last modified time | relevance | path

Searched refs:mNotifiedWindows (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DDragState.java62 ArrayList<WindowState> mNotifiedWindows; field in DragState
76 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()