Searched refs:AGGRESSIVE_EASE (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/ |
D | QuickstepTransitionManager.java | 32 import static com.android.launcher3.anim.Interpolators.AGGRESSIVE_EASE; 483 scale.setInterpolator(AGGRESSIVE_EASE); in getLauncherContentAnimator() 570 scaleAnim.setInterpolator(AGGRESSIVE_EASE); in composeViewContentAnimator() 654 FloatProp mDx = new FloatProp(0, prop.dX, 0, prop.xDuration, AGGRESSIVE_EASE); in getOpeningWindowAnimators() 655 FloatProp mDy = new FloatProp(0, prop.dY, 0, prop.yDuration, AGGRESSIVE_EASE); in getOpeningWindowAnimators()
|
/packages/apps/Launcher3/src/com/android/launcher3/anim/ |
D | Interpolators.java | 54 public static final Interpolator AGGRESSIVE_EASE = new PathInterpolator(0.2f, 0f, 0f, 1f); field in Interpolators
|