Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/
H A DAllSetActivity.java83 private final AnimatedFloat mSwipeProgress = new AnimatedFloat(this::onSwipeProgressUpdate); field in AllSetActivity
194 if (mSwipeProgress.value >= 1) { in onPause()
224 mSwipeProgress.updateValue(0); in createSwipeUpProxy()
225 return mSwipeProgress; in createSwipeUpProxy()
229 mBackground.setProgress(mSwipeProgress.value); in onSwipeProgressUpdate()
230 float alpha = Utilities.mapBoundToRange(mSwipeProgress.value, 0, HINT_BOTTOM_FACTOR, in onSwipeProgressUpdate()