Searched refs:isInLiveTileMode (Results 1 – 6 of 6) sorted by relevance
87 if (containerInterface.isInLiveTileMode()273 if ((containerInterface.isInLiveTileMode() in startRecentsAnimation()313 if (!containerInterface.isInLiveTileMode() in startRecentsAnimation()423 if (!containerInterface.isInLiveTileMode() in endLiveTile()
212 if (launcher.isStarted() && (isInLiveTileMode() || launcher.hasBeenResumed())) { in getVisibleLauncher()228 if (isInLiveTileMode()) { in switchToRecentsIfVisible()286 public boolean isInLiveTileMode() { in isInLiveTileMode() method in LauncherActivityInterface
117 if (activity.hasBeenResumed() || isInLiveTileMode()) { in getVisibleRecentsView()180 public boolean isInLiveTileMode() { in isInLiveTileMode() method in FallbackActivityInterface
1274 if (gestureState.getContainerInterface().isInLiveTileMode()) {1367 boolean isInLiveTileMode = gestureState.getContainerInterface().isInLiveTileMode();1374 : isInLiveTileMode1379 || isInLiveTileMode) {
65 public abstract boolean isInLiveTileMode(); in isInLiveTileMode() method in BaseContainerInterface
2013 if (!mContainerInterface.isInLiveTileMode() || mGestureState.getEndTarget() != RECENTS) {