Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/
H A DDreamOverlayDotImageView.java42 private final @ColorInt int mDotColor; field in DreamOverlayDotImageView
63 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.DotDrawable
82 mDotColor = color; in DotDrawable()
123 paint.setColor(mDotColor); in createBitmap()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBadgedImageView.java89 private int mDotColor; field in BadgedImageView
172 mDotColor = bubble.getDotColor(); in setRenderedBubble()
186 mDrawParams.dotColor = mDotColor; in dispatchDraw()
286 return mDotColor; in getDotColor()
H A DBubbleFlyoutView.java108 private int mDotColor; field in BubbleFlyoutView
347 mDotColor = dotColor; in setupFlyoutStartingAsDot()
454 mPercentTransitionedToDot, mFloatingBackgroundColor, mDotColor)); in renderBackground()
H A DBubble.java132 private int mDotColor; field in Bubble
355 return mDotColor; in getDotColor()
535 mDotColor = info.dotColor; in setViewInfo()
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternView.java163 private int mDotColor; field in LockPatternView
336 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,