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.java127 private NotificationBackgroundView mBackgroundDimmed; field in ActivatableNotificationView
149 mDimmedBackgroundFadeInAmount = mBackgroundDimmed.getAlpha();
223 mBackgroundDimmed = findViewById(R.id.backgroundDimmed); in onFinishInflate()
237 mBackgroundDimmed.setCustomBackground(R.drawable.notification_material_bg_dim); in initBackground()
311 mBackgroundDimmed.setState(getDrawableState()); in drawableStateChanged()
505 mBackgroundDimmed.setDistanceToTopRoundness(distanceToTopRoundness); in setDistanceToTopRoundness()
521 mBackgroundDimmed.setLastInSection(lastInSection); in setLastInSection()
530 mBackgroundDimmed.setFirstInSection(firstInSection); in setFirstInSection()
571 mBackgroundDimmed.setRippleColor(rippleColor); in updateBackgroundTint()
607 mBackgroundDimmed.setTint(color); in setBackgroundTintColor()
[all …]