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.java126 private NotificationBackgroundView mBackgroundDimmed; field in ActivatableNotificationView
173 mBackgroundDimmed = (NotificationBackgroundView) findViewById(R.id.backgroundDimmed); in onFinishInflate()
175 mBackgroundDimmed.setCustomBackground(R.drawable.notification_material_bg_dim); in onFinishInflate()
207 mBackgroundDimmed.setState(getDrawableState()); in drawableStateChanged()
353 mBackgroundDimmed.setVisibility(View.VISIBLE); in setDark()
356 mBackgroundDimmed.setVisibility(View.VISIBLE); in setDark()
359 mBackgroundDimmed.setVisibility(View.INVISIBLE); in setDark()
397 mBackgroundDimmed.setTint(color); in updateBackgroundTint()
399 mBackgroundDimmed.setRippleColor(rippleColor); in updateBackgroundTint()
407 final View background = mDimmed ? mBackgroundDimmed : mBackgroundNormal; in fadeInFromDark()
[all …]