Searched refs:secondPart (Results 1 – 1 of 1) sorted by relevance
182 int secondPart = 1200; in playAnimation() local183 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()