Searched refs:mSwipeProgress (Results 1 – 1 of 1) sorted by relevance
83 private final AnimatedFloat mSwipeProgress = new AnimatedFloat(this::onSwipeProgressUpdate); field in AllSetActivity194 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()