Searched refs:isInBackground (Results 1 – 5 of 5) sorted by relevance
54 private boolean isInBackground = false; field in VideoPauseController120 isInBackground = false; in clear()154 isInBackground); in onStateChange()161 if (wasDialing() && canVideoPause && isInBackground) { in onStateChange()165 } else if (!wasVideoCall && canVideoPause && isInBackground) { in onStateChange()189 isInBackground); in onPrimaryCallChanged()196 if (canVideoPause && !isInBackground) { in onPrimaryCallChanged()275 isInBackground = false; in onResume()289 isInBackground = true; in onPause()
79 isInBackground(launcher))); in startTestApps()144 isInBackground(launcher))); in testOverview()242 isInBackground(launcher))); in getAndAssertBackground()
230 test.isInBackground(launcher))); in runIconLaunchFromAllAppsTest()325 isInBackground(launcher))); in testDragAppIcon()
516 protected boolean isInBackground(Launcher launcher) { in isInBackground() method in AbstractLauncherUiTest
698 if (isInBackground(photo)) { in moveToTopOfPile()884 if (mBackgroudOptimization && !isInBackground(photo)) { in moveToBackground()905 if (mBackgroudOptimization && isInBackground(photo)) { in moveToForeground()912 private boolean isInBackground(View photo) { in isInBackground() method in PhotoTable