Home
last modified time | relevance | path

Searched refs:fromBitmap (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/tests/Internal/src/android/app/
DWallpaperColorsTest.java58 int hints = WallpaperColors.fromBitmap(image).getColorHints(); in colorHintsTest()
61 boolean fromBitmap = (hints & WallpaperColors.HINT_FROM_BITMAP) != 0; in colorHintsTest()
65 + "using WallpaperColors#fromBitmap.", fromBitmap); in colorHintsTest()
68 hints = WallpaperColors.fromBitmap(image).getColorHints(); in colorHintsTest()
79 supportsDarkText = (WallpaperColors.fromBitmap(image) in colorHintsTest()
85 fromBitmap = (colors.getColorHints() & WallpaperColors.HINT_FROM_BITMAP) != 0; in colorHintsTest()
87 + "HINT_FROM_BITMAP.", fromBitmap); in colorHintsTest()
104 WallpaperColors.fromBitmap(image); in wallpaperRecycleBitmapTest()
/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/
DBitmapInfo.java26 public static final BitmapInfo LOW_RES_INFO = fromBitmap(LOW_RES_ICON);
47 public static BitmapInfo fromBitmap(@NonNull Bitmap bitmap) { in fromBitmap() method in BitmapInfo
/frameworks/base/core/java/android/app/
DWallpaperColors.java140 final WallpaperColors colors = WallpaperColors.fromBitmap(bitmap); in fromDrawable()
154 public static WallpaperColors fromBitmap(@NonNull Bitmap bitmap) { in fromBitmap() method in WallpaperColors
/frameworks/base/services/core/java/com/android/server/wallpaper/
DWallpaperManagerService.java510 colors = WallpaperColors.fromBitmap(bitmap); in extractColors()
552 colors = WallpaperColors.fromBitmap(bitmap); in extractDefaultImageWallpaperColors()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/base/api/
Dcurrent.txt6639 method public static android.app.WallpaperColors fromBitmap(@NonNull android.graphics.Bitmap);