Searched refs:hasBeenResumed (Results 1 – 10 of 10) sorted by relevance
112 ? mHomeState.isHomeVisible() : mLauncher.hasBeenResumed(), in init()238 ? mHomeState.isHomeVisible() : mLauncher.hasBeenResumed()); in refreshResumedState()
222 && mLauncher.hasBeenResumed()) { in onStateTransitionCompletedAfterSwipeToHome()
197 if (recentsView == null || (!launcher.hasBeenResumed() in getVisibleRecentsView()212 if (launcher.isStarted() && (isInLiveTileMode() || launcher.hasBeenResumed())) { in getVisibleLauncher()
117 if (activity.hasBeenResumed() || isInLiveTileMode()) { in getVisibleRecentsView()
118 return activity != null && activity.hasBeenResumed(); in isResumed()
146 if (hasBeenResumed() && !getStateManager().getState().hasFlag(FLAG_NON_INTERACTIVE)) { in handleDeferredResume()
467 waitForLauncherCondition(message, launcher -> launcher.hasBeenResumed()); in waitForResumed()653 return launcher == null || !launcher.hasBeenResumed(); in isInLaunchedApp()
303 public boolean hasBeenResumed() { in hasBeenResumed() method in BaseActivity
1181 if (isStarted() && (!hasBeenResumed()1191 if (hasBeenResumed()) {2136 if (!hasBeenResumed()) {
417 mTaskbarUIController.onLauncherVisibilityChanged(hasBeenResumed()); in onActivityFlagsChanged()