Searched refs:fromBitmap (Results 1 – 6 of 6) sorted by relevance
58 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()
26 public static final BitmapInfo LOW_RES_INFO = fromBitmap(LOW_RES_ICON);47 public static BitmapInfo fromBitmap(@NonNull Bitmap bitmap) { in fromBitmap() method in BitmapInfo
140 final WallpaperColors colors = WallpaperColors.fromBitmap(bitmap); in fromDrawable()154 public static WallpaperColors fromBitmap(@NonNull Bitmap bitmap) { in fromBitmap() method in WallpaperColors
510 colors = WallpaperColors.fromBitmap(bitmap); in extractColors()552 colors = WallpaperColors.fromBitmap(bitmap); in extractDefaultImageWallpaperColors()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
6639 method public static android.app.WallpaperColors fromBitmap(@NonNull android.graphics.Bitmap);