Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DActivatableNotificationView.java95 protected NotificationBackgroundView mBackgroundNormal; field in ActivatableNotificationView
157 if (mBackgroundNormal == null) { in setBackgroundWidth()
160 mBackgroundNormal.setActualWidth(width); in setBackgroundWidth()
166 mBackgroundNormal = findViewById(R.id.backgroundNormal); in onFinishInflate()
180 mBackgroundNormal.setCustomBackground(R.drawable.notification_material_bg); in initBackground()
188 mBackgroundNormal.setVisibility(hideBackground() ? INVISIBLE : VISIBLE); in updateBackground()
230 mBackgroundNormal.setState(getDrawableState()); in drawableStateChanged()
292 mBackgroundNormal.setRippleColor(rippleColor); in updateBackgroundTint()
324 mBackgroundNormal.setTint(color); in setBackgroundTintColor()
329 mBackgroundNormal.setBottomAmountClips(!isChildInGroup()); in updateBackgroundClipping()
[all …]
DExpandableNotificationRow.java632 + " background=" + mBackgroundNormal.toDumpString()); in updateBackgroundColorsOfSelf()
2508 mBackgroundNormal.setExpandAnimationSize(params.getWidth(), actualHeight);
2536 mBackgroundNormal.setExpandAnimationRunning(expandAnimationRunning);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java376 + " background=" + mBackgroundNormal.toDumpString()); in updateBackgroundColors()