Searched refs:HINT_FROM_BITMAP (Results 1 – 4 of 4) 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()
9620 Landroid/app/WallpaperColors;->HINT_FROM_BITMAP:I