Searched refs:mDotParams (Results 1 – 2 of 2) sorted by relevance
80 return bubbleTextView.mDotParams.scale;85 bubbleTextView.mDotParams.scale = value;125 private DotRenderer.DrawParams mDotParams; field in BubbleTextView184 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()[all …]
114 private DotRenderer.DrawParams mDotParams; field in FolderIcon148 mDotParams = new DotRenderer.DrawParams(); in init()513 Rect iconBounds = mDotParams.iconBounds;520 mDotParams.scale = Math.max(0, mDotScale - mBackground.getScaleProgress());521 mDotParams.color = mBackground.getDotColor();522 mDotRenderer.draw(canvas, mDotParams);