Home
last modified time | relevance | path

Searched refs:dotColor (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleOverflow.kt41 private var dotColor = 0 regex
107 dotColor = colorAccent
196 return dotColor
H A DBubbleViewInfoTask.java163 int dotColor; field in BubbleViewInfoTask.BubbleViewInfo
296 info.dotColor = ColorUtils.blendARGB(badgeBitmapInfo.color, in populateCommonInfo()
H A DBubbleFlyoutView.java332 int dotColor, in setupFlyoutStartingAsDot() argument
347 mDotColor = dotColor; in setupFlyoutStartingAsDot()
H A DBadgedImageView.java186 mDrawParams.dotColor = mDotColor; in dispatchDraw()
H A DBubble.java535 mDotColor = info.dotColor; in setViewInfo()
/aosp14/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/bouncer/ui/composable/
H A DPinInputDisplay.kt153 val dotColor = MaterialTheme.colorScheme.onSurfaceVariant regex
169 colorFilter = ColorFilter.tint(dotColor),
368 val dotColor = MaterialTheme.colorScheme.onSurfaceVariant regex
376 colorFilter = ColorFilter.tint(dotColor),
H A DPatternBouncer.kt72 val dotColor = MaterialTheme.colorScheme.secondary regex
277 color = dotColor,