Searched refs:fromBitmap (Results 1 – 10 of 10) 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 …]
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
292 return WallpaperColors.fromBitmap(colorImg); in getLocalWallpaperColors()
342 WallpaperColors wallpaperColors = WallpaperColors.fromBitmap(icon.getBitmap()); in refresh()
716 WallpaperColors wallpaperColors = WallpaperColors.fromBitmap( in updateColorScheme_triggerController()
679 colors = WallpaperColors.fromBitmap(bitmap, dimAmount); in extractColors()723 colors = WallpaperColors.fromBitmap(bitmap, dimAmount); in extractDefaultImageWallpaperColors()
967 return WallpaperColors.fromBitmap(artworkBitmap); in getWallpaperColor()
1919 WallpaperColors color = WallpaperColors.fromBitmap(target, wallpaperDimAmount); in updatePageColors()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
7518 method public static android.app.WallpaperColors fromBitmap(@NonNull android.graphics.Bitmap);