Searched refs:palette (Results 1 - 3 of 3) sorted by relevance

/frameworks/support/v7/palette/src/android/support/v7/graphics/
H A DPalette.java53 * public void onGenerated(Palette palette) {
70 void onGenerated(Palette palette); argument
124 * @param numColors The maximum number of colors in the generated palette. Increasing this
228 * Returns all of the swatches which make up the palette.
235 * Returns the most vibrant swatch in the palette. Might be null.
242 * Returns a light and vibrant swatch from the palette. Might be null.
249 * Returns a dark and vibrant swatch from the palette. Might be null.
256 * Returns a muted swatch from the palette. Might be null.
263 * Returns a muted and light swatch from the palette. Might be null.
270 * Returns a muted and dark swatch from the palette
[all...]
/frameworks/native/opengl/libagl/
H A Dtexture.cpp439 size_t size = (1 << indexBits) * entrySize; // palette size
496 uint8_t const* const palette = (uint8_t*)data; local
502 *p++ = palette[index + 0];
503 *p++ = palette[index + 1];
509 *p++ = palette[index + 0];
510 *p++ = palette[index + 1];
513 *p++ = palette[index + 0];
514 *p++ = palette[index + 1];
520 uint8_t const* const palette = (uint8_t*)data; local
526 *p++ = palette[inde
547 uint8_t const* const palette = (uint8_t*)data; local
[all...]
/frameworks/support/v7/palette/
H A DAndroid.mk19 LOCAL_MODULE := android-support-v7-palette

Completed in 85 milliseconds