Searched refs:mDotColor (Results 1 – 5 of 5) sorted by relevance
42 private final @ColorInt int mDotColor; field in DreamOverlayDotImageView63 mDotColor = a.getColor(R.styleable.DreamOverlayDotImageView_dotColor, Color.WHITE); in DreamOverlayDotImageView()72 setImageDrawable(new DotDrawable(mDotColor)); in onFinishInflate()79 private final @ColorInt int mDotColor; field in DreamOverlayDotImageView.DotDrawable82 mDotColor = color; in DotDrawable()123 paint.setColor(mDotColor); in createBitmap()
89 private int mDotColor; field in BadgedImageView172 mDotColor = bubble.getDotColor(); in setRenderedBubble()186 mDrawParams.dotColor = mDotColor; in dispatchDraw()286 return mDotColor; in getDotColor()
108 private int mDotColor; field in BubbleFlyoutView347 mDotColor = dotColor; in setupFlyoutStartingAsDot()454 mPercentTransitionedToDot, mFloatingBackgroundColor, mDotColor)); in renderBackground()
132 private int mDotColor; field in Bubble355 return mDotColor; in getDotColor()535 mDotColor = info.dotColor; in setViewInfo()
163 private int mDotColor; field in LockPatternView336 mDotColor = a.getColor(R.styleable.LockPatternView_dotColor, mRegularColor); in LockPatternView()337 mDotActivatedColor = a.getColor(R.styleable.LockPatternView_dotActivatedColor, mDotColor); in LockPatternView()805 if (mDotColor != mDotActivatedColor) { in startCellActivatedAnimation()1347 return mDotColor;1352 return mDotColor;1376 int resultColor = ColorUtils.blendARGB(mDotColor, mDotActivatedColor,