Home
last modified time | relevance | path

Searched refs:OverviewInteractionState (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DOverviewInteractionState.java35 public class OverviewInteractionState { class
42 public static final MainThreadInitializedObject<OverviewInteractionState> INSTANCE =
43 new MainThreadInitializedObject<>(OverviewInteractionState::new);
58 private OverviewInteractionState(Context context) { in OverviewInteractionState() method in OverviewInteractionState
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
DBackButtonAlphaHandler.java27 import com.android.quickstep.OverviewInteractionState;
34 private final OverviewInteractionState mOverviewInteractionState;
38 mOverviewInteractionState = OverviewInteractionState.INSTANCE.get(mLauncher); in BackButtonAlphaHandler()
DUiFactory.java52 import com.android.quickstep.OverviewInteractionState;
97 OverviewInteractionState.INSTANCE.get(launcher) in onLauncherStateOrFocusChanged()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/touchcontrollers/
DFlingAndHoldTouchController.java47 import com.android.quickstep.OverviewInteractionState;
114 int stateFlags = OverviewInteractionState.INSTANCE.get(mLauncher).getSystemUiStateFlags(); in handlingOverviewAnim()
DQuickSwitchTouchController.java48 import com.android.quickstep.OverviewInteractionState;
86 int stateFlags = OverviewInteractionState.INSTANCE.get(mLauncher).getSystemUiStateFlags(); in getTargetState()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
DPortraitStatesTouchController.java50 import com.android.quickstep.OverviewInteractionState;
141 int stateFlags = OverviewInteractionState.INSTANCE.get(mLauncher) in getTargetState()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DTouchInteractionService.java246 private OverviewInteractionState mOverviewInteractionState;
437 mOverviewInteractionState = OverviewInteractionState.INSTANCE.get(this); in initWhenUserUnlocked()
DWindowTransformSwipeHandler.java946 int stateFlags = OverviewInteractionState.INSTANCE.get(mActivity).getSystemUiStateFlags();