Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationBackgroundView.java54 @Nullable private Integer mRippleColor; field in NotificationBackgroundView
160 mRippleColor = null; in setCustomBackground()
252 mRippleColor = color; in setRippleColor()
254 mRippleColor = null; in setRippleColor()
353 pw.println("mRippleColor: " + hexColorString(mRippleColor)); in dump()
361 + " rippleColor=" + hexColorString(mRippleColor) in toDumpString()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSmartReplyView.java85 @ColorInt private final int mRippleColor; field in SmartReplyView
114 mRippleColor = mContext.getColor(R.color.notification_ripple_untinted_color); in SmartReplyView()
115 mRippleColorDarkBg = Color.argb(Color.alpha(mRippleColor), in SmartReplyView()
736 mCurrentRippleColor = dark ? mRippleColorDarkBg : mRippleColor; in setBackgroundTintColor()