Searched refs:mDotColor (Results 1 – 5 of 5) sorted by relevance
43 private final @ColorInt int mDotColor; field in DreamOverlayDotImageView64 mDotColor = a.getColor(R.styleable.DreamOverlayDotImageView_dotColor, Color.WHITE); in DreamOverlayDotImageView()73 setImageDrawable(new DotDrawable(mDotColor)); in onFinishInflate()80 private final @ColorInt int mDotColor; field in DreamOverlayDotImageView.DotDrawable83 mDotColor = color; in DotDrawable()124 paint.setColor(mDotColor); in createBitmap()
89 private int mDotColor; field in BadgedImageView173 mDotColor = bubble.getDotColor(); in setRenderedBubble()187 mDrawParams.dotColor = mDotColor; in dispatchDraw()287 return mDotColor; in getDotColor()
109 private int mDotColor; field in BubbleFlyoutView353 mDotColor = dotColor; in setupFlyoutStartingAsDot()496 mPercentTransitionedToDot, mFloatingBackgroundColor, mDotColor)); in renderBackground()
136 private int mDotColor; field in Bubble360 return mDotColor; in getDotColor()582 mDotColor = info.dotColor; in setViewInfo()
174 private int mDotColor; field in LockPatternView350 mDotColor = a.getColor(R.styleable.LockPatternView_dotColor, mRegularColor); in LockPatternView()351 mDotActivatedColor = a.getColor(R.styleable.LockPatternView_dotActivatedColor, mDotColor); in LockPatternView()903 if (mDotColor != mDotActivatedColor) { in startCellActivationAnimation()1487 return mDotColor;1492 return mDotColor;1516 int resultColor = ColorUtils.blendARGB(mDotColor, mDotActivatedColor,