Home
last modified time | relevance | path

Searched refs:mDotParams (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DBubbleTextView.java127 return bubbleTextView.mDotParams.scale;
132 bubbleTextView.mDotParams.scale = value;
182 protected DotRenderer.DrawParams mDotParams; field in BubbleTextView
289 mDotParams = new DotRenderer.DrawParams(); in BubbleTextView()
317 mDotParams.dotColor = Color.TRANSPARENT; in reset()
318 mDotParams.appColor = Color.TRANSPARENT; in reset()
320 mDotParams.scale = 0f; in reset()
455 mDotParams.appColor = iconDrawable.getIconColor(); in applyIconAndLabel()
456 mDotParams.dotColor = Themes.getAttrColor(getContext(), R.attr.notificationDotColor); in applyIconAndLabel()
674 if (!mForceHideDot && (hasDot() || mDotParams.scale > 0)) { in drawDotIfNecessary()
[all …]
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolderIcon.java133 private DotRenderer.DrawParams mDotParams; field in FolderIcon
169 mDotParams = new DotRenderer.DrawParams(); in init()
625 Rect iconBounds = mDotParams.iconBounds; in drawDot()
637 mDotParams.scale = Math.max(0, mDotScale - mBackground.getAcceptScaleProgress()); in drawDot()
638 mDotParams.dotColor = mBackground.getDotColor(); in drawDot()
639 mDotRenderer.draw(canvas, mDotParams); in drawDot()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
DPredictedAppIcon.java191 ColorUtils.colorToM3HCT(mDotParams.appColor, hctPlateColor); in applyFromWorkspaceItem()