Home
last modified time | relevance | path

Searched refs:mBitmapShader (Results 1 – 2 of 2) sorted by relevance

/frameworks/support/v4/donut/android/support/v4/graphics/drawable/
DRoundedBitmapDrawable.java50 private final BitmapShader mBitmapShader; field in RoundedBitmapDrawable
239 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DTaskViewThumbnail.java71 private BitmapShader mBitmapShader; field in TaskViewThumbnail
136 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()