Searched refs:mDotParams (Results 1 – 3 of 3) sorted by relevance
127 return bubbleTextView.mDotParams.scale;132 bubbleTextView.mDotParams.scale = value;182 protected DotRenderer.DrawParams mDotParams; field in BubbleTextView289 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 …]
133 private DotRenderer.DrawParams mDotParams; field in FolderIcon169 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()
191 ColorUtils.colorToM3HCT(mDotParams.appColor, hctPlateColor); in applyFromWorkspaceItem()