Searched refs:mBitmapShader (Results 1 – 1 of 1) sorted by relevance
100 protected BitmapShader mBitmapShader; field in TaskThumbnailView178 mBitmapShader = new BitmapShader(bm, Shader.TileMode.CLAMP, Shader.TileMode.CLAMP); in refresh()179 mPaint.setShader(mBitmapShader); in refresh()185 mBitmapShader = null; in refresh()315 final boolean drawBackgroundOnly = mTask == null || mTask.isLocked || mBitmapShader == null in drawOnCanvas()354 if (mBitmapShader != null) { in updateThumbnailPaintFilter()365 if (mBitmapShader != null && mThumbnailData != null) { in updateThumbnailMatrix()375 mBitmapShader.setLocalMatrix(mPreviewPositionHelper.mMatrix); in updateThumbnailMatrix()376 mPaint.setShader(mBitmapShader); in updateThumbnailMatrix()