Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/util/
DRectFSpringAnim.java74 return object.mCurrentScaleProgress;
79 object.mCurrentScaleProgress = value;
94 private float mCurrentScaleProgress; field in RectFSpringAnim
202 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()