Home
last modified time | relevance | path

Searched refs:OverviewComponentObserver (Results 1 – 14 of 14) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DOverviewComponentObserver.java55 public final class OverviewComponentObserver { class
81 public OverviewComponentObserver(Context context, RecentsAnimationDeviceState deviceState) { in OverviewComponentObserver() method in OverviewComponentObserver
296 OverviewComponentObserver observer = new OverviewComponentObserver(context, deviceState); in startHomeIntentSafely()
DQuickstepTestInformationHandler.java155 OverviewComponentObserver observer = new OverviewComponentObserver(mContext, rads); in getCurrentActivity()
DOverviewCommandHelper.java71 private final OverviewComponentObserver mOverviewComponentObserver;
83 OverviewComponentObserver observer, in OverviewCommandHelper()
DGestureState.java156 public GestureState(OverviewComponentObserver componentObserver, int gestureId) { in GestureState()
DFallbackSwipeHandler.java29 import static com.android.quickstep.OverviewComponentObserver.startHomeIntentSafely;
DRecentsActivity.java27 import static com.android.quickstep.OverviewComponentObserver.startHomeIntentSafely;
DTouchInteractionService.java386 private OverviewComponentObserver mOverviewComponentObserver;
461 mOverviewComponentObserver = new OverviewComponentObserver(this, mDeviceState); in onUserUnlocked()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DSplitWithKeyboardShortcutController.java45 import com.android.quickstep.OverviewComponentObserver;
62 private final OverviewComponentObserver mOverviewComponentObserver;
73 mOverviewComponentObserver = new OverviewComponentObserver(launcher.getApplicationContext(), in SplitWithKeyboardShortcutController()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/
DSwipeUpGestureTutorialController.java50 import com.android.quickstep.OverviewComponentObserver;
103 OverviewComponentObserver observer = new OverviewComponentObserver(mContext, deviceState); in SwipeUpGestureTutorialController()
DAllSetActivity.java22 import static com.android.quickstep.OverviewComponentObserver.startHomeIntentSafely;
/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
DFallbackRecentsTest.java284 final OverviewComponentObserver mObserver;
290 mObserver = new OverviewComponentObserver(ctx, mRads); in OverviewUpdateHandler()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/inputconsumers/
DOverviewWithoutFocusInputConsumer.java21 import static com.android.quickstep.OverviewComponentObserver.startHomeIntentSafely;
DProgressDelegateInputConsumer.java23 import static com.android.quickstep.OverviewComponentObserver.startHomeIntentSafely;
DDeviceLockedInputConsumer.java27 import static com.android.quickstep.OverviewComponentObserver.startHomeIntentSafely;