HomeSort by relevance Sort by last modified time
    Searched defs:mBitmapShader (Results 1 - 3 of 3) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
TaskViewThumbnail.java 81 protected BitmapShader mBitmapShader;
151 } else if (mBitmapShader != null && thumbnailWidth > 0 && thumbnailHeight > 0) {
186 mBitmapShader = new BitmapShader(bm, Shader.TileMode.CLAMP, Shader.TileMode.CLAMP);
187 mDrawPaint.setShader(mBitmapShader);
195 mBitmapShader = null;
208 if (mBitmapShader != null) {
247 if (mBitmapShader != null && mThumbnailData != null) {
296 mBitmapShader.setLocalMatrix(mMatrix);
  /frameworks/support/core-utils/gingerbread/android/support/v4/graphics/drawable/
RoundedBitmapDrawable.java 52 private final BitmapShader mBitmapShader;
241 if (mBitmapShader != null) {
247 mBitmapShader.setLocalMatrix(mShaderMatrix);
248 mPaint.setShader(mBitmapShader);
304 mPaint.setShader(mBitmapShader);
331 mPaint.setShader(mBitmapShader);
387 mBitmapShader = new BitmapShader(mBitmap, Shader.TileMode.CLAMP, Shader.TileMode.CLAMP);
390 mBitmapShader = null;
  /prebuilts/sdk/current/support/core-utils/
android-support-core-utils.jar 

Completed in 104 milliseconds