Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayout.java380 (1 - mLinearHideAmount) * mBackgroundXFactor);
407 private float mBackgroundXFactor = 1f; field in NotificationStackScrollLayout
797 (1 - mLinearHideAmount) * mBackgroundXFactor); in drawBackground()
4390 mBackgroundXFactor = hide ? 1.8f : 1.5f; in notifyHideAnimationStart()