Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DActivatableNotificationView.java90 protected final int mNormalRippleColor; field in ActivatableNotificationView
152 mNormalRippleColor = context.getColor( in ActivatableNotificationView()
693 return mNormalRippleColor; in getRippleColor()
DExpandableNotificationRow.java821 if (color == mNormalRippleColor) { in updateExpandButtonColor()