Searched refs:mToBottomApps (Results 1 – 1 of 1) sorted by relevance
486 final ArrayList<AppWindowToken> mToBottomApps = new ArrayList<AppWindowToken>(); field in WindowManagerService4408 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);