Searched refs:mGlowScaleY (Results 1 – 1 of 1) sorted by relevance
183 private float mGlowScaleY; field in EdgeEffect359 mGlowScaleY = Math.max(PULL_GLOW_BEGIN, mGlowScaleY); in onPull()376 mGlowScaleY = mGlowScaleYStart = 0; in onPull()386 mGlowScaleY = mGlowScaleYStart = scale; in onPull()390 mGlowScaleYFinish = mGlowScaleY; in onPull()474 mGlowScaleYStart = mGlowScaleY; in onRelease()511 mGlowScaleYStart = Math.max(mGlowScaleY, 0.f); in onAbsorb()596 canvas.scale(1.f, Math.min(mGlowScaleY, 1.f) * mBaseGlowScale, centerX, 0); in draw()707 mGlowScaleY = mGlowScaleYStart + (mGlowScaleYFinish - mGlowScaleYStart) * interp; in update()709 mDistance = calculateDistanceFromGlowValues(mGlowScaleY, mGlowAlpha); in update()[all …]