Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DAllAppsEduView.java182 int secondPart = 1200; in playAnimation() local
183 int introDuration = firstPart + secondPart; in playAnimation()
195 FloatProp mDeltaY = new FloatProp(0, transY, firstPart, secondPart, FAST_OUT_SLOW_IN); in playAnimation()
196 FloatProp mGradientAlpha = new FloatProp(0, 255, firstPart, secondPart * 0.3f, LINEAR); in playAnimation()