Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DRectFSpringAnim2.java315 float rectProgress = mProgress; in onUpdate() local
316 float currentWidth = Utilities.mapRange(rectProgress, mStartRect.width(), in onUpdate()
318 float currentHeight = Utilities.mapRange(rectProgress, mStartRect.height(), in onUpdate()