Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationPanelViewController.java368 private float mCurrentBackProgress = 0.0f; field in NotificationPanelViewController
2334 float animatedFraction = expansionFraction * mCurrentBackProgress; in adjustBackAnimationScale()
2338 mCurrentBackProgress = 0; in adjustBackAnimationScale()
2351 mCurrentBackProgress = progressFraction; in onBackProgressed()
2358 mCurrentBackProgress = 0.0f; in resetBackTransformation()