Searched refs:mBitmapShader (Results 1 – 2 of 2) sorted by relevance
42 private @Nullable BitmapShader mBitmapShader; field in FloatingTaskThumbnailView67 mBitmapShader.setLocalMatrix(mMatrix); in onDraw()76 mBitmapShader = new BitmapShader(bitmap, Shader.TileMode.CLAMP, Shader.TileMode.CLAMP); in setThumbnail()77 mPaint.setShader(mBitmapShader); in setThumbnail()
153 protected BitmapShader mBitmapShader; field in TaskThumbnailViewDeprecated259 mBitmapShader = new BitmapShader(bm, Shader.TileMode.CLAMP, Shader.TileMode.CLAMP); in refresh()260 mPaint.setShader(mBitmapShader); in refresh()266 mBitmapShader = null; in refresh()390 final boolean drawBackgroundOnly = mTask == null || mTask.isLocked || mBitmapShader == null in drawOnCanvas()559 if (mBitmapShader != null) { in updateThumbnailPaintFilter()571 if (mBitmapShader != null && mThumbnailData != null) { in updateThumbnailMatrix()579 mBitmapShader.setLocalMatrix(mPreviewPositionHelper.getMatrix()); in updateThumbnailMatrix()580 mPaint.setShader(mBitmapShader); in updateThumbnailMatrix()