Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DActivatableNotificationView.java125 private NotificationBackgroundView mBackgroundDimmed; field in ActivatableNotificationView
150 mDimmedBackgroundFadeInAmount = mBackgroundDimmed.getAlpha();
201 mBackgroundDimmed = (NotificationBackgroundView) findViewById(R.id.backgroundDimmed); in onFinishInflate()
203 mBackgroundDimmed.setCustomBackground(R.drawable.notification_material_bg_dim); in onFinishInflate()
259 mBackgroundDimmed.setState(getDrawableState()); in drawableStateChanged()
504 mBackgroundDimmed.setRippleColor(rippleColor); in updateBackgroundTint()
539 mBackgroundDimmed.setTint(color); in setBackgroundTintColor()
547 final View background = mDimmed ? mBackgroundDimmed : mBackgroundNormal; in fadeInFromDark()
550 background.setPivotX(mBackgroundDimmed.getWidth() / 2f); in fadeInFromDark()
585 mBackgroundDimmed.animate().cancel(); in fadeDimmedBackground()
[all …]