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/notification/row/
DActivatableNotificationView.java116 private NotificationBackgroundView mBackgroundDimmed; field in ActivatableNotificationView
135 mDimmedBackgroundFadeInAmount = mBackgroundDimmed.getAlpha();
202 mBackgroundDimmed = findViewById(R.id.backgroundDimmed); in onFinishInflate()
216 mBackgroundDimmed.setCustomBackground(R.drawable.notification_material_bg_dim); in initBackground()
254 mBackgroundDimmed.setState(getDrawableState()); in drawableStateChanged()
428 mBackgroundDimmed.setDistanceToTopRoundness(distanceToTopRoundness); in setDistanceToTopRoundness()
437 mBackgroundDimmed.setLastInSection(lastInSection); in setLastInSection()
447 mBackgroundDimmed.setFirstInSection(firstInSection); in setFirstInSection()
484 mBackgroundDimmed.setRippleColor(rippleColor); in updateBackgroundTint()
517 mBackgroundDimmed.setTint(color); in setBackgroundTintColor()
[all …]