Home
last modified time | relevance | path

Searched refs:mDotColor (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBadgedImageView.java76 private int mDotColor; field in BadgedImageView
112 mDotColor = bubble.getDotColor(); in setRenderedBubble()
126 mDrawParams.color = mDotColor; in onDraw()
219 return mDotColor; in getDotColor()
DBubbleOverflow.java56 private int mDotColor; field in BubbleOverflow
98 mDotColor = colorAccent; in updateIcon()
142 return mDotColor; in getDotColor()
DBubbleFlyoutView.java98 private int mDotColor; field in BubbleFlyoutView
251 mDotColor = dotColor; in setupFlyoutStartingAsDot()
391 mPercentTransitionedToDot, mFloatingBackgroundColor, mDotColor)); in renderBackground()
DBubble.java97 private int mDotColor; field in Bubble
212 return mDotColor; in getDotColor()
345 mDotColor = info.dotColor; in setViewInfo()