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.java108 ArrayList<WindowState> mNotifiedWindows; field in DragState
129 mNotifiedWindows = new ArrayList<WindowState>(); in DragState()
156 for (WindowState ws : mNotifiedWindows) { in closeLocked()
177 mNotifiedWindows.clear(); in closeLocked()
201 mNotifiedWindows = null; in closeLocked()
318 mNotifiedWindows.clear(); in broadcastDragStartedLocked()
352 mNotifiedWindows.add(newWin); in sendDragStartedLocked()
407 for (WindowState ws : mNotifiedWindows) { in isWindowNotified()