Home
last modified time | relevance | path

Searched refs:renderBitmap (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/appclips/
DAppClipsViewModel.java117 Bitmap screenshotBitmap = renderBitmap(screenshotDrawable, bounds); in saveScreenshotThenFinish()
140 private static Bitmap renderBitmap(Drawable drawable, Rect bounds) { in renderBitmap() method in AppClipsViewModel
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/scroll/
DLongScreenshotActivity.java291 private static Bitmap renderBitmap(Drawable drawable, Rect bounds) { in renderBitmap() method in LongScreenshotActivity
420 mOutputBitmap = renderBitmap(drawable, bounds); in startExport()