Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DTaskViewSimulator.java110 public final AnimatedFloat fullScreenProgress = new AnimatedFloat(); field in TaskViewSimulator
458 float fullScreenProgress = Utilities.boundToRange(this.fullScreenProgress.value, 0, 1); in apply() local