Lines Matching refs:mDotParams
127 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()
675 getIconBounds(mDotParams.iconBounds); in drawDotIfNecessary()
676 Utilities.scaleRectAboutCenter(mDotParams.iconBounds, in drawDotIfNecessary()
681 mDotRenderer.draw(canvas, mDotParams); in drawDotIfNecessary()
1051 mDotParams.scale = newDotScale; in applyDotState()