Searched refs:mGlowScaleYStart (Results 1 – 3 of 3) sorted by relevance
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()
189 private float mGlowScaleYStart; field in EdgeEffect376 mGlowScaleY = mGlowScaleYStart = 0; in onPull()386 mGlowScaleY = mGlowScaleYStart = scale; in onPull()474 mGlowScaleYStart = mGlowScaleY; in onRelease()511 mGlowScaleYStart = Math.max(mGlowScaleY, 0.f); in onAbsorb()707 mGlowScaleY = mGlowScaleYStart + (mGlowScaleYFinish - mGlowScaleYStart) * interp; in update()721 mGlowScaleYStart = mGlowScaleY; in update()733 mGlowScaleYStart = mGlowScaleY; in update()
70071 Landroid/widget/EdgeEffect;->mGlowScaleYStart:F