Searched refs:HINT_FROM_BITMAP (Results 1 – 3 of 3) sorted by relevance
61 boolean fromBitmap = (hints & WallpaperColors.HINT_FROM_BITMAP) != 0; in colorHintsTest()85 fromBitmap = (colors.getColorHints() & WallpaperColors.HINT_FROM_BITMAP) != 0; in colorHintsTest()
75 public static final int HINT_FROM_BITMAP = 1 << 2; field in WallpaperColors210 return new WallpaperColors(primary, secondary, tertiary, HINT_FROM_BITMAP | hints); in fromBitmap()
78 WallpaperColors.HINT_FROM_BITMAP); in extractInto_fromBitmap()