Home
last modified time | relevance | path

Searched refs:QUICKSTEP_SPRINGS (Results 1 – 10 of 10) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/anim/
DSpringObjectAnimator.java20 import static com.android.launcher3.config.FeatureFlags.QUICKSTEP_SPRINGS;
113 if (mAnimatorEnded && (mSpringEnded || !QUICKSTEP_SPRINGS.get()) && !mEnded) { in tryEnding()
DAnimatorPlaybackController.java19 import static com.android.launcher3.config.FeatureFlags.QUICKSTEP_SPRINGS;
214 if (!QUICKSTEP_SPRINGS.get()) { in dispatchOnStartWithVelocity()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/touchcontrollers/
DTaskViewTouchController.java22 import static com.android.launcher3.config.FeatureFlags.QUICKSTEP_SPRINGS;
285 if (QUICKSTEP_SPRINGS.get()) {
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
DPortraitStatesTouchController.java28 import static com.android.launcher3.config.FeatureFlags.QUICKSTEP_SPRINGS;
265 if (QUICKSTEP_SPRINGS.get() && mFromState == OVERVIEW && mToState == ALL_APPS in handleFirstSwipeToOverview()
/packages/apps/Launcher3/src/com/android/launcher3/touch/
DAbstractStateChangeTouchController.java27 import static com.android.launcher3.config.FeatureFlags.QUICKSTEP_SPRINGS;
448 if (fling && targetState == LauncherState.ALL_APPS && !QUICKSTEP_SPRINGS.get()) { in onDragEnd()
/packages/apps/Launcher3/src/com/android/launcher3/
DPagedView.java22 import static com.android.launcher3.config.FeatureFlags.QUICKSTEP_SPRINGS;
1437 if (QUICKSTEP_SPRINGS.get()) { in snapToPageWithVelocity()
1511 if (spring && QUICKSTEP_SPRINGS.get()) { in snapToPage()
/packages/apps/Launcher3/src/com/android/launcher3/config/
DBaseFlags.java97 public static final TogglableFlag QUICKSTEP_SPRINGS = new TogglableFlag("QUICKSTEP_SPRINGS", field in BaseFlags
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DTouchInteractionService.java25 import static com.android.launcher3.config.FeatureFlags.QUICKSTEP_SPRINGS;
720 pw.println(" QUICKSTEP_SPRINGS=" + QUICKSTEP_SPRINGS.get()); in dump()
DWindowTransformSwipeHandler.java27 import static com.android.launcher3.config.FeatureFlags.QUICKSTEP_SPRINGS;
1142 if (QUICKSTEP_SPRINGS.get()) { in animateToProgressInternal()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/
DRecentsView.java34 import static com.android.launcher3.config.FeatureFlags.QUICKSTEP_SPRINGS;
1033 if (QUICKSTEP_SPRINGS.get() && taskView instanceof TaskView) in addDismissedTaskAnimations()
1112 if (QUICKSTEP_SPRINGS.get() && child instanceof TaskView) { in createTaskDismissAnimation()