HomeSort by relevance Sort by last modified time
    Searched refs:mTempCanvas (Results 1 - 5 of 5) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/
HolographicViewHelper.java 30 private final Canvas mTempCanvas = new Canvas();
47 Bitmap original = createOriginalImage(v, mTempCanvas);
48 Bitmap outline = createImageWithOverlay(v, mTempCanvas, mHighlightColor);
49 Bitmap hotword = createImageWithOverlay(v, mTempCanvas, mHotwordColor);
  /packages/apps/Launcher2/src/com/android/launcher2/
HolographicViewHelper.java 30 private final Canvas mTempCanvas = new Canvas();
46 Bitmap original = createOriginalImage(v, mTempCanvas);
47 Bitmap outline = createPressImage(v, mTempCanvas);
BubbleTextView.java 49 private final Canvas mTempCanvas = new Canvas();
146 mTempCanvas, mFocusedGlowColor, mFocusedOutlineColor);
220 mTempCanvas, mPressedGlowColor, mPressedOutlineColor);
  /frameworks/base/packages/WallpaperCropper/src/com/android/photos/
BitmapRegionTileSource.java 96 Canvas mTempCanvas;
122 if (mTempCanvas == null) {
123 mTempCanvas = new Canvas();
132 mTempCanvas.setBitmap(newBitmap);
133 mTempCanvas.save();
134 mTempCanvas.scale(1f / sampleSize, 1f / sampleSize);
135 mTempCanvas.drawBitmap(mBuffer, -wantRegion.left, -wantRegion.top, mTempPaint);
136 mTempCanvas.restore();
137 mTempCanvas.setBitmap(null);
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/
BitmapRegionTileSource.java 96 Canvas mTempCanvas;
122 if (mTempCanvas == null) {
123 mTempCanvas = new Canvas();
132 mTempCanvas.setBitmap(newBitmap);
133 mTempCanvas.save();
134 mTempCanvas.scale(1f / sampleSize, 1f / sampleSize);
135 mTempCanvas.drawBitmap(mBuffer, -wantRegion.left, -wantRegion.top, mTempPaint);
136 mTempCanvas.restore();
137 mTempCanvas.setBitmap(null);

Completed in 298 milliseconds