Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DOverviewComponentObserver.java53 public final class OverviewComponentObserver { class
79 public OverviewComponentObserver(Context context, RecentsAnimationDeviceState deviceState) { in OverviewComponentObserver() method in OverviewComponentObserver
281 OverviewComponentObserver observer = new OverviewComponentObserver(context, deviceState); in startHomeIntentSafely()
DQuickstepTestInformationHandler.java174 OverviewComponentObserver observer = new OverviewComponentObserver(mContext, rads); in getCurrentActivity()
DOverviewCommandHelper.java70 private final OverviewComponentObserver mOverviewComponentObserver;
82 OverviewComponentObserver observer, in OverviewCommandHelper()
DGestureState.java190 public GestureState(OverviewComponentObserver componentObserver, int gestureId) { in GestureState()
DRecentsActivity.java26 import static com.android.quickstep.OverviewComponentObserver.startHomeIntentSafely;
DFallbackSwipeHandler.java29 import static com.android.quickstep.OverviewComponentObserver.startHomeIntentSafely;
DTouchInteractionService.java457 private OverviewComponentObserver mOverviewComponentObserver;
530 mOverviewComponentObserver = new OverviewComponentObserver(this, mDeviceState); in onUserUnlocked()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DSplitWithKeyboardShortcutController.java39 import com.android.quickstep.OverviewComponentObserver;
56 private final OverviewComponentObserver mOverviewComponentObserver;
67 mOverviewComponentObserver = new OverviewComponentObserver(launcher.getApplicationContext(), in SplitWithKeyboardShortcutController()
DSplitSelectStateController.java85 import com.android.quickstep.OverviewComponentObserver;
726 private final OverviewComponentObserver mOverviewComponentObserver;
738 new OverviewComponentObserver(launcher.getApplicationContext(), deviceState); in SplitFromDesktopController()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/
DSwipeUpGestureTutorialController.java55 import com.android.quickstep.OverviewComponentObserver;
93 OverviewComponentObserver observer = new OverviewComponentObserver(mContext, deviceState); in SwipeUpGestureTutorialController()
DAllSetActivity.java25 import static com.android.quickstep.OverviewComponentObserver.startHomeIntentSafely;
/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
DFallbackRecentsTest.java288 final OverviewComponentObserver mObserver;
294 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.java26 import static com.android.quickstep.OverviewComponentObserver.startHomeIntentSafely;