HomeSort by relevance Sort by last modified time
    Searched refs:ColorPicker (Results 1 - 4 of 4) sorted by null

  /packages/apps/UnifiedEmail/src/com/android/mail/bitmap/
ColorPicker.java 24 public interface ColorPicker {
34 * A simple implementation of a {@link ColorPicker}.
36 public class PaletteColorPicker implements ColorPicker {
ContactDrawable.java 34 private ColorPicker mTileColorPicker;
59 * Sets the {@link ColorPicker} for the background tile used in letter avatars.
60 * @param colorPicker
62 public void setTileColorPicker(ColorPicker colorPicker) {
63 mTileColorPicker = colorPicker;
68 * If none was set, initializes a simple {@link ColorPicker.PaletteColorPicker} first.
71 public ColorPicker getTileColorPicker() {
73 mTileColorPicker = new ColorPicker.PaletteColorPicker(mResources);
  /packages/apps/UnifiedEmail/src/com/android/mail/photomanager/
LetterTileProvider.java 30 import com.android.mail.bitmap.ColorPicker;
59 private final ColorPicker mTileColorPicker;
62 this(res, new ColorPicker.PaletteColorPicker(res));
65 public LetterTileProvider(Resources res, ColorPicker colorPicker) {
80 mTileColorPicker = colorPicker;
  /external/vulkan-validation-layers/demos/smoke/
Simulation.cpp 69 class ColorPicker {
71 ColorPicker(unsigned int rng_seed) :
286 ColorPicker color(random_dev_());

Completed in 190 milliseconds