Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DActivatableNotificationView.java89 NotificationBackgroundView mBackgroundNormal; field in ActivatableNotificationView
148 if (mBackgroundNormal == null) { in setBackgroundWidth()
151 mBackgroundNormal.setActualWidth(width); in setBackgroundWidth()
227 mBackgroundNormal.setState(getDrawableState()); in drawableStateChanged()
231 mBackgroundNormal.setPressedAllowed(allowed); in setRippleAllowed()
296 mBackgroundNormal.setRippleColor(rippleColor); in updateBackgroundTint()
329 mBackgroundNormal.setTint(color); in setBackgroundTintColor()
347 mBackgroundNormal.setActualHeight(actualHeight); in setActualHeight()
353 mBackgroundNormal.setClipTopAmount(clipTopAmount); in setClipTopAmount()
757 if (DUMP_VERBOSE && mBackgroundNormal != null) { in dumpBackgroundView()
[all …]
H A DExpandableNotificationRow.java2359 mBackgroundNormal.setExpandAnimationSize(params.getWidth(), actualHeight);
2387 mBackgroundNormal.setExpandAnimationRunning(expandAnimationRunning);