Searched refs:mClampedStartingX (Results 1 – 2 of 2) sorted by relevance
58 private float mClampedStartingX; field in RippleForeground316 return MathUtils.lerp(mClampedStartingX - mBounds.exactCenterX(), mTargetX, mTweenX); in getCurrentX()358 mClampedStartingX = cX + (float) (Math.cos(angle) * r); in clampStartingPosition()361 mClampedStartingX = mStartingX; in clampStartingPosition()
20197 Landroid/graphics/drawable/RippleForeground;->mClampedStartingX:F