Searched refs:mBackgroundNormal (Results 1 – 3 of 3) sorted by relevance
95 protected NotificationBackgroundView mBackgroundNormal; field in ActivatableNotificationView157 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 …]
632 + " background=" + mBackgroundNormal.toDumpString()); in updateBackgroundColorsOfSelf()2508 mBackgroundNormal.setExpandAnimationSize(params.getWidth(), actualHeight);2536 mBackgroundNormal.setExpandAnimationRunning(expandAnimationRunning);
376 + " background=" + mBackgroundNormal.toDumpString()); in updateBackgroundColors()