Home
last modified time | relevance | path

Searched refs:startHomeIntentSafely (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/inputconsumers/
DOverviewWithoutFocusInputConsumer.java21 import static com.android.quickstep.OverviewComponentObserver.startHomeIntentSafely;
82 startHomeIntentSafely(mContext, mGestureState.getHomeIntent(), null, TAG); in onSwipeUp()
DProgressDelegateInputConsumer.java23 import static com.android.quickstep.OverviewComponentObserver.startHomeIntentSafely;
169 startHomeIntentSafely(mContext, null, TAG); in onFlingFinished()
DDeviceLockedInputConsumer.java26 import static com.android.quickstep.OverviewComponentObserver.startHomeIntentSafely;
214 startHomeIntentSafely(mContext, mGestureState.getHomeIntent(), null, TAG); in finishTouchTracking()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DOverviewComponentObserver.java282 public static void startHomeIntentSafely(@NonNull Context context, @Nullable Bundle options, in startHomeIntentSafely() method in OverviewComponentObserver
289 startHomeIntentSafely(context, intent, options, reason); in startHomeIntentSafely()
295 public static void startHomeIntentSafely( in startHomeIntentSafely() method in OverviewComponentObserver
DFallbackSwipeHandler.java29 import static com.android.quickstep.OverviewComponentObserver.startHomeIntentSafely;
169 startHomeIntentSafely(mContext, intent, options.toBundle(), reason); in startHomeIntent()
DRecentsActivity.java27 import static com.android.quickstep.OverviewComponentObserver.startHomeIntentSafely;
452 startHomeIntentSafely(this, options.toBundle(), TAG); in startHomeInternal()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/
DAllSetActivity.java25 import static com.android.quickstep.OverviewComponentObserver.startHomeIntentSafely;
378 startHomeIntentSafely(AllSetActivity.this, null, TAG); in performAccessibilityAction()