Searched refs:mDotParams (Results 1 – 2 of 2) sorted by relevance
92 return bubbleTextView.mDotParams.scale;97 bubbleTextView.mDotParams.scale = value;137 private DotRenderer.DrawParams mDotParams; field in BubbleTextView194 mDotParams = new DotRenderer.DrawParams(); in BubbleTextView()213 mDotParams.color = Color.TRANSPARENT; in reset()215 mDotParams.scale = 0f; in reset()291 mDotParams.color = IconPalette.getMutedColor(info.bitmap.color, 0.54f); in applyIconAndLabel()403 if (!mForceHideDot && (hasDot() || mDotParams.scale > 0)) { in drawDotIfNecessary()404 getIconBounds(mDotParams.iconBounds); in drawDotIfNecessary()405 … Utilities.scaleRectAboutCenter(mDotParams.iconBounds, IconShape.getNormalizationScale()); in drawDotIfNecessary()[all …]
128 private DotRenderer.DrawParams mDotParams; field in FolderIcon164 mDotParams = new DotRenderer.DrawParams(); in init()629 Rect iconBounds = mDotParams.iconBounds; in drawDot()635 mDotParams.scale = Math.max(0, mDotScale - mBackground.getScaleProgress()); in drawDot()636 mDotParams.color = mBackground.getDotColor(); in drawDot()637 mDotRenderer.draw(canvas, mDotParams); in drawDot()