Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/notification/
DNotificationPanelViewController.java96 private float mBackgroundAlphaDiff; field in NotificationPanelViewController
197 mBackgroundAlphaDiff = finalBackgroundAlpha - mInitialBackgroundAlpha; in NotificationPanelViewController()
612 return mInitialBackgroundAlpha + fractionCovered * mBackgroundAlphaDiff; in getBackgroundAlpha()