Home
last modified time | relevance | path

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

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