Home
last modified time | relevance | path

Searched defs:fullScreenProgress (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DTaskViewSimulator.java87 public final AnimatedFloat fullScreenProgress = new AnimatedFloat(); field in TaskViewSimulator
264 float fullScreenProgress = Utilities.boundToRange(this.fullScreenProgress.value, 0, 1); in apply() local
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DTaskView.java988 float fullScreenProgress = FULLSCREEN_INTERPOLATOR.getInterpolation(mFullscreenProgress); in applyScale() local