Home
last modified time | relevance | path

Searched refs:mCurrentScaleProgress (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DRectFSpringAnim.java87 return object.mCurrentScaleProgress;
92 object.mCurrentScaleProgress = value;
106 private float mCurrentScaleProgress; field in RectFSpringAnim
395 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()