Home
last modified time | relevance | path

Searched refs:palette (Results 1 – 25 of 47) sorted by relevance

12

/frameworks/support/v7/palette/src/androidTest/java/android/support/v7/graphics/
DBucketTests.java124 final Palette palette = Palette.from(bitmap).generate(); in testBlueBitmapReturnsBlueSwatch() local
126 assertEquals(1, palette.getSwatches().size()); in testBlueBitmapReturnsBlueSwatch()
128 final Palette.Swatch swatch = palette.getSwatches().get(0); in testBlueBitmapReturnsBlueSwatch()
139 final Palette palette = Palette.from(bitmap) in testBlueBitmapWithRegionReturnsBlueSwatch() local
143 assertEquals(1, palette.getSwatches().size()); in testBlueBitmapWithRegionReturnsBlueSwatch()
145 final Palette.Swatch swatch = palette.getSwatches().get(0); in testBlueBitmapWithRegionReturnsBlueSwatch()
DTestUtils.java25 import android.support.v7.palette.test.R;
/frameworks/native/opengl/libagl/
Dtexture.cpp496 uint8_t const* const palette = (uint8_t*)data; in decodePalette4() local
502 *p++ = palette[index + 0]; in decodePalette4()
503 *p++ = palette[index + 1]; in decodePalette4()
509 *p++ = palette[index + 0]; in decodePalette4()
510 *p++ = palette[index + 1]; in decodePalette4()
513 *p++ = palette[index + 0]; in decodePalette4()
514 *p++ = palette[index + 1]; in decodePalette4()
520 uint8_t const* const palette = (uint8_t*)data; in decodePalette4() local
526 *p++ = palette[index + 0]; in decodePalette4()
527 *p++ = palette[index + 1]; in decodePalette4()
[all …]
/frameworks/support/
Dsettings.gradle17 include ':support-palette-v7'
18 project(':support-palette-v7').projectDir = new File(rootDir, 'v7/palette')
/frameworks/base/docs/html/guide/practices/ui_guidelines/
Dicon_design_launcher_archive.jd252 <p>Launcher icons should use a limited color palette that includes a range
255 <p>The recommended color palette to use for Launcher icons is shown in Figure 3.
256 You can use elements of the palette for both the base color and the highlight
257 color. You can use the colors of the palette in conjunction with a
263 <strong>Figure 3.</strong> Recommended color palette for icons.</p>
266 recommended palette above, you can create materials combinations such as those
285 and highlight colors from the recommended palette.</p>
341 palette</li>
390 launcher icon <a href="#palette1">color palette</a>. To add emphasis, use
459 <tr><td><em>3.</em></td><td>Front part:</td><td>Use light gradient from color palette</td></tr>
[all …]
Dicon_design_menu.jd83 2. The color palette is slightly lighter.
192 color palette and effects, as shown in Figure 2.</p>
263 primary palette and the same effects. For more information, see the
264 menu icon <a href="#palette1">color palette</a>. </li>
315 …<tr><td><em>1.</em></td><td>Front part:</td><td>Use fill gradient from primary color palette</td><…
330 <h4 id="palette1">Color palette</h4>
Dicon_design_action_bar.jd127 use the same color palette and effects.</p>
129 <p>When using the default "Holo Light" or "Holo Dark" themes, icons should use the color palette
/frameworks/base/docs/html/training/material/
Dtheme.jd25 <li>System widgets that let you set their color palette</li>
31 according to your brand identity with a color palette you control. You can tint the action bar and
35 color palette, the touch feedback animations, and the activity transitions for your app.</p>
69 palette. For more information, see
Dcompatibility.jd73 <li><a href="{@docRoot}training/material/theme.html#ColorPalette">Color palette theme attributes</a>
100 <p>To obtain material design styles and customize the color palette with the Android v7 Support
106 &lt;!-- customize the color palette -->
/frameworks/support/v7/palette/
DAndroid.mk27 LOCAL_MODULE := android-support-v7-palette
Dbuild.gradle3 archivesBaseName = 'palette-v7'
/frameworks/support/scripts/
Dsupport-deps-license.sh43 rundeps frameworks/support/v7/palette
/frameworks/support/v7/mediarouter/
DAndroid.mk96 android-support-v7-palette \
/frameworks/base/docs/html-intl/intl/ru/training/material/
Ddrawables.jd76 compile 'com.android.support:palette-v7:21.0.0'
Dcompatibility.jd103 &lt;!-- customize the color palette -->
/frameworks/base/docs/html-intl/intl/zh-tw/training/material/
Ddrawables.jd76 compile 'com.android.support:palette-v7:21.0.0'
Dcompatibility.jd103 &lt;!-- customize the color palette -->
/frameworks/base/docs/html-intl/intl/zh-cn/training/material/
Ddrawables.jd76 compile 'com.android.support:palette-v7:21.0.0'
Dcompatibility.jd103 &lt;!-- customize the color palette -->
/frameworks/base/docs/html-intl/intl/ja/training/material/
Ddrawables.jd76 compile 'com.android.support:palette-v7:21.0.0'
Dcompatibility.jd103 &lt;!-- customize the color palette -->
/frameworks/base/docs/html-intl/intl/ko/training/material/
Ddrawables.jd76 compile 'com.android.support:palette-v7:21.0.0'
Dcompatibility.jd103 &lt;!-- customize the color palette -->
/frameworks/base/docs/html/topic/libraries/support-library/
Dfeatures.jd18 <li><a href="#v7-palette">v7 palette library</a></li>
325 <h3 id="v7-palette">v7 palette library</h3>
327 <p>The v7 palette support library includes the
335 {@code &lt;sdk&gt;/extras/android/support/v7/palette/} directory. The library does not contain
343 com.android.support:palette-v7:23.3.0
/frameworks/support/buildSrc/
DstudioCompat.gradle75 dependencies : [':support-appcompat-v7', ':support-palette-v7'],

12