/frameworks/support/v7/palette/src/androidTest/java/android/support/v7/graphics/ |
D | BucketTests.java | 124 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()
|
D | TestUtils.java | 25 import android.support.v7.palette.test.R;
|
/frameworks/native/opengl/libagl/ |
D | texture.cpp | 496 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/ |
D | settings.gradle | 17 include ':support-palette-v7' 18 project(':support-palette-v7').projectDir = new File(rootDir, 'v7/palette')
|
/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
D | icon_design_launcher_archive.jd | 252 <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 …]
|
D | icon_design_menu.jd | 83 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>
|
D | icon_design_action_bar.jd | 127 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/ |
D | theme.jd | 25 <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
|
D | compatibility.jd | 73 <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 <!-- customize the color palette -->
|
/frameworks/support/v7/palette/ |
D | Android.mk | 27 LOCAL_MODULE := android-support-v7-palette
|
D | build.gradle | 3 archivesBaseName = 'palette-v7'
|
/frameworks/support/scripts/ |
D | support-deps-license.sh | 43 rundeps frameworks/support/v7/palette
|
/frameworks/support/v7/mediarouter/ |
D | Android.mk | 96 android-support-v7-palette \
|
/frameworks/base/docs/html-intl/intl/ru/training/material/ |
D | drawables.jd | 76 compile 'com.android.support:palette-v7:21.0.0'
|
D | compatibility.jd | 103 <!-- customize the color palette -->
|
/frameworks/base/docs/html-intl/intl/zh-tw/training/material/ |
D | drawables.jd | 76 compile 'com.android.support:palette-v7:21.0.0'
|
D | compatibility.jd | 103 <!-- customize the color palette -->
|
/frameworks/base/docs/html-intl/intl/zh-cn/training/material/ |
D | drawables.jd | 76 compile 'com.android.support:palette-v7:21.0.0'
|
D | compatibility.jd | 103 <!-- customize the color palette -->
|
/frameworks/base/docs/html-intl/intl/ja/training/material/ |
D | drawables.jd | 76 compile 'com.android.support:palette-v7:21.0.0'
|
D | compatibility.jd | 103 <!-- customize the color palette -->
|
/frameworks/base/docs/html-intl/intl/ko/training/material/ |
D | drawables.jd | 76 compile 'com.android.support:palette-v7:21.0.0'
|
D | compatibility.jd | 103 <!-- customize the color palette -->
|
/frameworks/base/docs/html/topic/libraries/support-library/ |
D | features.jd | 18 <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 <sdk>/extras/android/support/v7/palette/} directory. The library does not contain 343 com.android.support:palette-v7:23.3.0
|
/frameworks/support/buildSrc/ |
D | studioCompat.gradle | 75 dependencies : [':support-appcompat-v7', ':support-palette-v7'],
|