Searched refs:mToTopApps (Results 1 – 1 of 1) sorted by relevance
485 final ArrayList<AppWindowToken> mToTopApps = new ArrayList<AppWindowToken>(); field in WindowManagerService4407 mToTopApps.remove(wt); in moveAppTokensToTop()4409 mToTopApps.add(wt); in moveAppTokensToTop()4441 mToTopApps.remove(wt); in moveAppTokensToBottom()7813 if (mToTopApps.size() > 0) {7822 mToTopApps.clear();9385 if (mToTopApps.size() > 0) {9386 pw.print(" mToTopApps="); pw.println(mToTopApps);