Home
last modified time | relevance | path

Searched refs:placeholderBitmap (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/asset/
H A DAsset.java56 Bitmap placeholderBitmap = in getPlaceholderDrawable() local
58 placeholderBitmap.eraseColor(placeholderColor); in getPlaceholderDrawable()
59 return new BitmapDrawable(context.getResources(), placeholderBitmap); in getPlaceholderDrawable()
/aosp12/packages/apps/Camera2/src/com/android/camera/session/
H A DCaptureSessionImpl.java257 Optional<Bitmap> placeholderBitmap = in startSession() local
259 if (placeholderBitmap.isPresent()) { in startSession()
260 onCaptureIndicatorUpdate(placeholderBitmap.get(), 0); in startSession()
/aosp12/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/
H A DBaseIconFactory.java139 Bitmap placeholderBitmap = Bitmap.createBitmap(mIconBitmapSize, mIconBitmapSize, in createIconBitmap()
142 Canvas canvas = new Canvas(placeholderBitmap); in createIconBitmap()
146 new BitmapDrawable(mContext.getResources(), placeholderBitmap)); in createIconBitmap()