HomeSort by relevance Sort by last modified time
    Searched defs:mWindows (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/java/com/android/server/wm/
DragState.java 182 final int N = mService.mWindows.size();
184 sendDragStartedLw(mService.mWindows.get(i), touchX, touchY, mDataDescription);
383 final ArrayList<WindowState> windows = mService.mWindows;
WindowManagerService.java 369 * logical location in this list. Note that this list is always in sync with mWindows.
388 final ArrayList<WindowState> mWindows = new ArrayList<WindowState>();
392 * bottom, opposite of mWindows.
664 final int N = mWindows.size();
666 final WindowStateAnimator winAnimator = mWindows.get(i).mWinAnimator;
    [all...]

Completed in 26 milliseconds