Searched refs:appsCount (Results 1 – 1 of 1) sorted by relevance
249 int appsCount = mService.mOpeningApps.size(); in handleAppTransitionReadyLocked() local250 if (!transitionGoodToGo(appsCount, mTempTransitionReasons)) { in handleAppTransitionReadyLocked()270 for (i = 0; i < appsCount; i++) { in handleAppTransitionReadyLocked()459 final int appsCount = mService.mOpeningApps.size(); in handleOpeningApps() local460 for (int i = 0; i < appsCount; i++) { in handleOpeningApps()501 final int appsCount; in handleClosingApps() local502 appsCount = mService.mClosingApps.size(); in handleClosingApps()503 for (int i = 0; i < appsCount; i++) { in handleClosingApps()556 private boolean transitionGoodToGo(int appsCount, SparseIntArray outReasons) { in transitionGoodToGo() argument558 "Checking " + appsCount + " opening apps (frozen=" in transitionGoodToGo()[all …]