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

  /frameworks/base/services/java/com/android/server/wm/
WindowManagerService.java 406 final ArrayList<WindowState> mPendingRemove = new ArrayList<WindowState>();
409 * Used when processing mPendingRemove to avoid working on the original array.
    [all...]
WindowStateAnimator.java 388 mService.mPendingRemove.add(mWin);
    [all...]

Completed in 29 milliseconds