Searched refs:fromBitmap (Results 1 – 13 of 13) sorted by relevance
59 int hints = WallpaperColors.fromBitmap(image).getColorHints(); in whiteSurfaceColorHintsTest()69 supportsDarkText = (WallpaperColors.fromBitmap(image) in whiteSurfaceColorHintsTest()84 int hints = WallpaperColors.fromBitmap(xsmall_image).getColorHints(); in xSmallWhiteSurfaceColorHintsTest()102 int hints = WallpaperColors.fromBitmap(image).getColorHints(); in blackSurfaceColorHintsTest()119 int hints = WallpaperColors.fromBitmap(image).getColorHints(); in bitmapHintsTest()121 boolean fromBitmap = (hints & WallpaperColors.HINT_FROM_BITMAP) != 0; in bitmapHintsTest()123 + "using WallpaperColors#fromBitmap.", fromBitmap); in bitmapHintsTest()126 fromBitmap = (colors.getColorHints() & WallpaperColors.HINT_FROM_BITMAP) != 0; in bitmapHintsTest()128 + "HINT_FROM_BITMAP.", fromBitmap); in bitmapHintsTest()145 WallpaperColors.fromBitmap(image); in wallpaperRecycleBitmapTest()[all …]
55 public static final BitmapInfo LOW_RES_INFO = fromBitmap(LOW_RES_ICON);202 public static BitmapInfo fromBitmap(@NonNull Bitmap bitmap) { in fromBitmap() method in BitmapInfo
166 final WallpaperColors colors = WallpaperColors.fromBitmap(bitmap); in fromDrawable()181 public static WallpaperColors fromBitmap(@NonNull Bitmap bitmap) { in fromBitmap() method in WallpaperColors185 return fromBitmap(bitmap, 0f /* dimAmount */); in fromBitmap()198 public static WallpaperColors fromBitmap(@NonNull Bitmap bitmap, in fromBitmap() method in WallpaperColors
1680 WallpaperColors result = WallpaperColors.fromBitmap(croppedBitmap, dimAmount); in getWallpaperColors()
252 return WallpaperColors.fromBitmap(bitmap, dimAmount); in getWallpaperColors()366 return WallpaperColors.fromBitmap(colorImg); in getLocalWallpaperColors()
58 WallpaperColors.fromBitmap(artworkBitmap) in <lambda>()
166 WallpaperColors wallpaperColors = WallpaperColors.fromBitmap(wallpaper); in createDynamicColorMap()
354 WallpaperColors wallpaperColors = WallpaperColors.fromBitmap(icon.getBitmap()); in refresh()
717 WallpaperColors wallpaperColors = WallpaperColors.fromBitmap( in updateColorScheme_triggerController()
566 colors = WallpaperColors.fromBitmap(bitmap, dimAmount); in extractColors()612 colors = WallpaperColors.fromBitmap(bitmap, dimAmount); in extractDefaultImageWallpaperColors()
1058 return WallpaperColors.fromBitmap(artworkBitmap); in getWallpaperColor()
1991 WallpaperColors color = WallpaperColors.fromBitmap(target, wallpaperDimAmount); in updatePageColors()
7736 method public static android.app.WallpaperColors fromBitmap(@NonNull android.graphics.Bitmap);