Searched refs:HINT_FROM_BITMAP (Results 1 – 6 of 6) sorted by relevance
121 boolean fromBitmap = (hints & WallpaperColors.HINT_FROM_BITMAP) != 0; in bitmapHintsTest()126 fromBitmap = (colors.getColorHints() & WallpaperColors.HINT_FROM_BITMAP) != 0; in bitmapHintsTest()
78 WallpaperColors.HINT_FROM_BITMAP); in extractInto_fromBitmap()
90 public static final int HINT_FROM_BITMAP = 1 << 2; field in WallpaperColors254 return new WallpaperColors(populationByColor, HINT_FROM_BITMAP | hints); in fromBitmap()
514 | WallpaperColors.HINT_FROM_BITMAP); in testGetAdjustedWallpaperColorsOnDimming()
2868 && (wallpaperColors.getColorHints() & WallpaperColors.HINT_FROM_BITMAP) == 0 in getAdjustedWallpaperColorsOnDimming()
9539 Landroid/app/WallpaperColors;->HINT_FROM_BITMAP:I