Searched refs:mGlowScaleYStart (Results 1 – 2 of 2) sorted by relevance
64 private float mGlowScaleYStart; field in LauncherEdgeEffect192 mGlowScaleY = mGlowScaleYStart = 0; in onPull()197 mGlowScaleY = mGlowScaleYStart = scale; in onPull()219 mGlowScaleYStart = mGlowScaleY; in onRelease()248 mGlowScaleYStart = Math.max(mGlowScaleY, 0.f); in onAbsorb()327 mGlowScaleY = mGlowScaleYStart + (mGlowScaleYFinish - mGlowScaleYStart) * interp; in update()338 mGlowScaleYStart = mGlowScaleY; in update()350 mGlowScaleYStart = mGlowScaleY; in update()
102 private float mGlowScaleYStart; field in EdgeEffect217 mGlowScaleY = mGlowScaleYStart = Math.min(MAX_GLOW_HEIGHT, Math.max( in onPull()243 mGlowScaleYStart = mGlowScaleY; in onRelease()278 mGlowScaleYStart = 0.f; in onAbsorb()357 mGlowScaleY = mGlowScaleYStart + (mGlowScaleYFinish - mGlowScaleYStart) * interp; in update()369 mGlowScaleYStart = mGlowScaleY; in update()385 mGlowScaleYStart = mGlowScaleY; in update()