Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/notification/
H A DNotificationPanelViewController.java93 private float mInitialBackgroundAlpha; field in NotificationPanelViewController
151 mInitialBackgroundAlpha = (float) mResources.getInteger( in NotificationPanelViewController()
153 if (mInitialBackgroundAlpha < 0 || mInitialBackgroundAlpha > 100) { in NotificationPanelViewController()
159 mInitialBackgroundAlpha, in NotificationPanelViewController()
167 mBackgroundAlphaDiff = finalBackgroundAlpha - mInitialBackgroundAlpha; in NotificationPanelViewController()
577 return mInitialBackgroundAlpha + fractionCovered * mBackgroundAlphaDiff; in getBackgroundAlpha()