Searched refs:mIconPaint (Results 1 – 1 of 1) sorted by relevance
49 private final Paint mIconPaint = new Paint(); field in UserIconDrawable101 mIconPaint.setAntiAlias(true); in UserIconDrawable()102 mIconPaint.setFilterBitmap(true); in UserIconDrawable()119 mIconPaint.setShader(null); in setIcon()122 mIconPaint.setShader(new BitmapShader(icon, Shader.TileMode.CLAMP, in setIcon()316 mIntrinsicRadius, mIconPaint); in rebake() local