Lines Matching refs:mDotParams
80 return bubbleTextView.mDotParams.scale;
85 bubbleTextView.mDotParams.scale = value;
125 private DotRenderer.DrawParams mDotParams; field in BubbleTextView
184 mDotParams = new DotRenderer.DrawParams(); in BubbleTextView()
203 mDotParams.color = Color.TRANSPARENT; in reset()
205 mDotParams.scale = 0f; in reset()
281 mDotParams.color = IconPalette.getMutedColor(info.iconColor, 0.54f); in applyIconAndLabel()
408 if (!mForceHideDot && (hasDot() || mDotParams.scale > 0)) { in drawDotIfNecessary()
409 getIconBounds(mDotParams.iconBounds); in drawDotIfNecessary()
410 … Utilities.scaleRectAboutCenter(mDotParams.iconBounds, IconShape.getNormalizationScale()); in drawDotIfNecessary()
414 mDotRenderer.draw(canvas, mDotParams); in drawDotIfNecessary()
576 mDotParams.scale = newDotScale; in applyDotState()