Lines Matching refs:mDotParams
99 return bubbleTextView.mDotParams.scale;
104 bubbleTextView.mDotParams.scale = value;
144 protected DotRenderer.DrawParams mDotParams; field in BubbleTextView
211 mDotParams = new DotRenderer.DrawParams(); in BubbleTextView()
230 mDotParams.color = Color.TRANSPARENT; in reset()
232 mDotParams.scale = 0f; in reset()
326 mDotParams.color = IconPalette.getMutedColor(iconDrawable.getIconColor(), 0.54f); in applyIconAndLabel()
444 if (!mForceHideDot && (hasDot() || mDotParams.scale > 0)) { in drawDotIfNecessary()
445 getIconBounds(mDotParams.iconBounds); in drawDotIfNecessary()
446 Utilities.scaleRectAboutCenter(mDotParams.iconBounds, in drawDotIfNecessary()
451 mDotRenderer.draw(canvas, mDotParams); in drawDotIfNecessary()
661 mDotParams.scale = newDotScale; in applyDotState()