Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DActivatableNotificationView.java143 private float mDimmedBackgroundFadeInAmount = -1; field in ActivatableNotificationView
149 mDimmedBackgroundFadeInAmount = mBackgroundDimmed.getAlpha();
157 mDimmedBackgroundFadeInAmount = -1;
638 mDimmedBackgroundFadeInAmount = -1; in fadeDimmedBackground()
648 if (mDimmedBackgroundFadeInAmount != -1) { in updateBackgroundAlpha()
649 mBgAlpha *= mDimmedBackgroundFadeInAmount; in updateBackgroundAlpha()