Searched refs:startHomeIntentSafely (Results 1 – 7 of 7) sorted by relevance
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/inputconsumers/ |
D | OverviewWithoutFocusInputConsumer.java | 21 import static com.android.quickstep.OverviewComponentObserver.startHomeIntentSafely; 82 startHomeIntentSafely(mContext, mGestureState.getHomeIntent(), null, TAG); in onSwipeUp()
|
D | ProgressDelegateInputConsumer.java | 23 import static com.android.quickstep.OverviewComponentObserver.startHomeIntentSafely; 169 startHomeIntentSafely(mContext, null, TAG); in onFlingFinished()
|
D | DeviceLockedInputConsumer.java | 26 import static com.android.quickstep.OverviewComponentObserver.startHomeIntentSafely; 214 startHomeIntentSafely(mContext, mGestureState.getHomeIntent(), null, TAG); in finishTouchTracking()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
D | OverviewComponentObserver.java | 282 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
|
D | FallbackSwipeHandler.java | 29 import static com.android.quickstep.OverviewComponentObserver.startHomeIntentSafely; 169 startHomeIntentSafely(mContext, intent, options.toBundle(), reason); in startHomeIntent()
|
D | RecentsActivity.java | 27 import static com.android.quickstep.OverviewComponentObserver.startHomeIntentSafely; 452 startHomeIntentSafely(this, options.toBundle(), TAG); in startHomeInternal()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/ |
D | AllSetActivity.java | 25 import static com.android.quickstep.OverviewComponentObserver.startHomeIntentSafely; 378 startHomeIntentSafely(AllSetActivity.this, null, TAG); in performAccessibilityAction()
|