Searched refs:canStartHomeSafely (Results 1 – 6 of 6) sorted by relevance
91 protected boolean canStartHomeSafely() { in canStartHomeSafely() method in FallbackRecentsView92 return mContainer.canStartHomeSafely(); in canStartHomeSafely()
103 protected boolean canStartHomeSafely() { in canStartHomeSafely() method in LauncherRecentsView104 return mContainer.canStartHomeSafely(); in canStartHomeSafely()
2489 if (!canStartHomeSafely()) return; in startHome()2496 protected abstract boolean canStartHomeSafely(); in canStartHomeSafely() method in RecentsView
514 public boolean canStartHomeSafely() {516 return overviewCommandHelper == null || overviewCommandHelper.canStartHomeSafely();
179 public boolean canStartHomeSafely() { in canStartHomeSafely() method in OverviewCommandHelper
1395 public boolean canStartHomeSafely() { in canStartHomeSafely() method in QuickstepLauncher1397 return overviewCommandHelper == null || overviewCommandHelper.canStartHomeSafely(); in canStartHomeSafely()