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

  /frameworks/base/services/java/com/android/server/wm/
WindowState.java 90 final WindowList mChildWindows = new WindowList();
368 int children_size = mAttachedWindow.mChildWindows.size();
370 mAttachedWindow.mChildWindows.add(this);
373 WindowState child = (WindowState)mAttachedWindow.mChildWindows.get(i);
375 mAttachedWindow.mChildWindows.add(i, this);
382 mAttachedWindow.mChildWindows.add(i, this);
388 if (children_size == mAttachedWindow.mChildWindows.size()) {
389 mAttachedWindow.mChildWindows.add(this);
    [all...]
WindowStateAnimator.java 389 final int N = mWin.mChildWindows.size();
391 mWin.mChildWindows.get(i).mWinAnimator.finishExit();
762 int i = mWin.mChildWindows.size();
765 WindowState c = mWin.mChildWindows.get(i);
    [all...]
WindowManagerService.java     [all...]

Completed in 42 milliseconds