Searched refs:mCurrentScaleProgress (Results 1 – 1 of 1) sorted by relevance
87 return object.mCurrentScaleProgress;92 object.mCurrentScaleProgress = value;106 private float mCurrentScaleProgress; field in RectFSpringAnim395 mCurrentScaleProgress = mRectScaleAnim.getSpring().getFinalPosition(); in end()422 float currentWidth = Utilities.mapRange(mCurrentScaleProgress, mStartRect.width(), in onUpdate()424 float currentHeight = Utilities.mapRange(mCurrentScaleProgress, mStartRect.height(), in onUpdate()447 onUpdateListener.onUpdate(mCurrentRect, mCurrentScaleProgress); in onUpdate()