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;
116 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.java21 import static com.android.launcher3.config.FeatureFlags.QUICKSTEP_SPRINGS;
289 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;
282 if (QUICKSTEP_SPRINGS.get() && mFromState == OVERVIEW && mToState == ALL_APPS in handleFirstSwipeToOverview()
/packages/apps/Launcher3/src/com/android/launcher3/touch/
DAbstractStateChangeTouchController.java26 import static com.android.launcher3.config.FeatureFlags.QUICKSTEP_SPRINGS;
437 if (fling && targetState == LauncherState.ALL_APPS && !QUICKSTEP_SPRINGS.get()) { in onDragEnd()
/packages/apps/Launcher3/src/com/android/launcher3/
DPagedView.java21 import static com.android.launcher3.config.FeatureFlags.QUICKSTEP_SPRINGS;
1456 if (QUICKSTEP_SPRINGS.get()) { in snapToPageWithVelocity()
1530 if (spring && QUICKSTEP_SPRINGS.get()) { in snapToPage()
/packages/apps/Launcher3/src/com/android/launcher3/config/
DBaseFlags.java93 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;
850 pw.println(" QUICKSTEP_SPRINGS=" + QUICKSTEP_SPRINGS.get()); in dump()
DWindowTransformSwipeHandler.java24 import static com.android.launcher3.config.FeatureFlags.QUICKSTEP_SPRINGS;
955 if (QUICKSTEP_SPRINGS.get()) { in animateToProgressInternal()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/
DRecentsView.java33 import static com.android.launcher3.config.FeatureFlags.QUICKSTEP_SPRINGS;
1062 if (QUICKSTEP_SPRINGS.get() && taskView instanceof TaskView) in addDismissedTaskAnimations()
1142 if (QUICKSTEP_SPRINGS.get() && child instanceof TaskView) { in createTaskDismissAnimation()