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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskViewThumbnail.java54 BitmapShader mBitmapShader; field in class:TaskViewThumbnail
127 mBitmapShader = new BitmapShader(bm, Shader.TileMode.CLAMP,
129 mDrawPaint.setShader(mBitmapShader);
133 mBitmapShader = null;
146 if (mBitmapShader != null) {
161 if (mBitmapShader != null) {
163 mBitmapShader.setLocalMatrix(mScaleMatrix);
/frameworks/support/v4/donut/android/support/v4/graphics/drawable/
H A DRoundedBitmapDrawable.java49 private BitmapShader mBitmapShader; field in class:RoundedBitmapDrawable
273 mPaint.setShader(mBitmapShader);
318 mBitmapShader = new BitmapShader(mBitmap, Shader.TileMode.CLAMP, Shader.TileMode.CLAMP);

Completed in 78 milliseconds