Home
last modified time | relevance | path

Searched refs:canStartHomeSafely (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/fallback/
DFallbackRecentsView.java91 protected boolean canStartHomeSafely() { in canStartHomeSafely() method in FallbackRecentsView
92 return mContainer.canStartHomeSafely(); in canStartHomeSafely()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DLauncherRecentsView.java103 protected boolean canStartHomeSafely() { in canStartHomeSafely() method in LauncherRecentsView
104 return mContainer.canStartHomeSafely(); in canStartHomeSafely()
DRecentsView.java2489 if (!canStartHomeSafely()) return; in startHome()
2496 protected abstract boolean canStartHomeSafely(); in canStartHomeSafely() method in RecentsView
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DRecentsActivity.java514 public boolean canStartHomeSafely() {
516 return overviewCommandHelper == null || overviewCommandHelper.canStartHomeSafely();
DOverviewCommandHelper.java179 public boolean canStartHomeSafely() { in canStartHomeSafely() method in OverviewCommandHelper
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
DQuickstepLauncher.java1395 public boolean canStartHomeSafely() { in canStartHomeSafely() method in QuickstepLauncher
1397 return overviewCommandHelper == null || overviewCommandHelper.canStartHomeSafely(); in canStartHomeSafely()