Home
last modified time | relevance | path

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

/frameworks/base/services/java/com/android/server/wm/
DWindowManagerService.java486 final ArrayList<AppWindowToken> mToBottomApps = new ArrayList<AppWindowToken>(); field in WindowManagerService
4408 mToBottomApps.remove(wt); in moveAppTokensToTop()
4442 mToBottomApps.remove(wt); in moveAppTokensToBottom()
4443 mToBottomApps.add(i, wt); in moveAppTokensToBottom()
7987 mToBottomApps.clear();
8651 mToBottomApps.clear();
9388 if (mToBottomApps.size() > 0) {
9389 pw.print(" mToBottomApps="); pw.println(mToBottomApps);