Searched refs:mBitmapShader (Results 1 – 1 of 1) sorted by relevance
99 protected BitmapShader mBitmapShader; field in TaskThumbnailView168 mBitmapShader = new BitmapShader(bm, Shader.TileMode.CLAMP, Shader.TileMode.CLAMP); in refresh()169 mPaint.setShader(mBitmapShader); in refresh()172 mBitmapShader = null; in refresh()329 final boolean drawBackgroundOnly = mTask == null || mTask.isLocked || mBitmapShader == null in drawOnCanvas()371 if (mBitmapShader != null) { in updateThumbnailPaintFilter()382 if (mBitmapShader != null && mThumbnailData != null) { in updateThumbnailMatrix()392 mBitmapShader.setLocalMatrix(mPreviewPositionHelper.mMatrix); in updateThumbnailMatrix()393 mPaint.setShader(mBitmapShader); in updateThumbnailMatrix()