Searched refs:mCurrentScaleProgress (Results 1 – 1 of 1) sorted by relevance
74 return object.mCurrentScaleProgress;79 object.mCurrentScaleProgress = value;94 private float mCurrentScaleProgress; field in RectFSpringAnim202 float currentWidth = Utilities.mapRange(mCurrentScaleProgress, mStartRect.width(), in onUpdate()204 float currentHeight = Utilities.mapRange(mCurrentScaleProgress, mStartRect.height(), in onUpdate()214 onUpdateListener.onUpdate(mCurrentRect, mCurrentScaleProgress); in onUpdate()