Searched refs:mBitmapShader (Results 1 – 2 of 2) sorted by relevance
50 private final BitmapShader mBitmapShader; field in RoundedBitmapDrawable239 if (mBitmapShader != null) { in updateDstRect()245 mBitmapShader.setLocalMatrix(mShaderMatrix); in updateDstRect()246 mPaint.setShader(mBitmapShader); in updateDstRect()300 mPaint.setShader(mBitmapShader); in setCircular()327 mPaint.setShader(mBitmapShader); in setCornerRadius()383 mBitmapShader = new BitmapShader(mBitmap, Shader.TileMode.CLAMP, Shader.TileMode.CLAMP); in RoundedBitmapDrawable()386 mBitmapShader = null; in RoundedBitmapDrawable()
71 private BitmapShader mBitmapShader; field in TaskViewThumbnail136 if (mBitmapShader != null && thumbnailWidth > 0 && thumbnailHeight > 0) { in onDraw()167 mBitmapShader = new BitmapShader(bm, Shader.TileMode.CLAMP, Shader.TileMode.CLAMP); in setThumbnail()168 mDrawPaint.setShader(mBitmapShader); in setThumbnail()173 mBitmapShader = null; in setThumbnail()186 if (mBitmapShader != null) { in updateThumbnailPaintFilter()223 if (mBitmapShader != null) { in updateThumbnailScale()257 mBitmapShader.setLocalMatrix(mScaleMatrix); in updateThumbnailScale()