Home
last modified time | relevance | path

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

/frameworks/support/v7/palette/src/android/support/v7/graphics/
DPalette.java70 void onGenerated(Palette palette); in onGenerated() argument
408 Palette palette = (Palette) o;
410 if (mSwatches != null ? !mSwatches.equals(palette.mSwatches) : palette.mSwatches != null) {
413 if (mDarkMutedSwatch != null ? !mDarkMutedSwatch.equals(palette.mDarkMutedSwatch)
414 : palette.mDarkMutedSwatch != null) {
417 if (mDarkVibrantSwatch != null ? !mDarkVibrantSwatch.equals(palette.mDarkVibrantSwatch)
418 : palette.mDarkVibrantSwatch != null) {
421 if (mLightMutedColor != null ? !mLightMutedColor.equals(palette.mLightMutedColor)
422 : palette.mLightMutedColor != null) {
425 if (mLightVibrantSwatch != null ? !mLightVibrantSwatch.equals(palette.mLightVibrantSwatch)
[all …]
/frameworks/support/
Dsettings.gradle16 include ':support-palette-v7'
17 project(':support-palette-v7').projectDir = new File(rootDir, 'v7/palette')
/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/v7/palette/
DAndroid.mk19 LOCAL_MODULE := android-support-v7-palette
Dbuild.gradle3 archivesBaseName = 'palette-v7'
/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
Dicon_design_status_bar.jd451 …<tr><td><em>1.</em></td><td>Front part:</td><td>Use fill gradient from primary color palette</td><…
454 …<tr><td><em>4.</em></td><td>Disabled detail:</td><td>grey gradient from palette<br>+ inner bevel: …
466 <h4 id="palette1">Color palette</h4>
Dicon_design_tab.jd422 <tr><td><em>1.</em></td><td>Front part:</td><td>Use fill gradient from color palette.</td></tr>
436 <h4 id="selectedtabpalette1">Color palette</h4>
/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 -->
Ddrawables.jd76 compile 'com.android.support:palette-v7:21.0.0'
Dget-started.jd76 <p>The material theme provides updated system widgets that let you set their color palette and
/frameworks/base/docs/html/design/style/
Dcolor.jd114 <h2 id="palette">Palette</h2>
116 <p>Blue is the standard accent color in Android's color palette. Each color has a corresponding dar…
/frameworks/base/docs/html/tools/help/
Dadt.jd21 <li><a href="#palette">Palette</a></li>
213 directly from the palette. You can select the platform version used to render the items in
236 <dd>On the left side of the editor is the palette. It provides a set of widgets that
237 you can drag onto the canvas. The palette shows rendered previews of the
265 <p>The canvas is the area where you can drag and drop UI widgets from the palette to design your
364 <h3 id="palette">Palette</h3>
371 "http://www.youtube.com/watch?v=Oq05KqjXTvs#t=7m53s">palette</a> for more information.</p>
375 <p>The palette contains the UI widgets that you can drag and drop onto the canvas and add to your
377 for easier lookup. The main features of the palette include:</p>
389 <img src="{@docRoot}images/palette.png" alt="palette screenshot" height="566">
[all …]
/frameworks/base/docs/html/tools/support-library/
Dfeatures.jd18 <li><a href="#v7-palette">v7 palette library</a></li>
314 <h3 id="v7-palette">v7 palette library</h3>
316 <p>The v7 palette support library includes the
324 {@code &lt;sdk&gt;/extras/android/support/v7/palette/} directory after
333 com.android.support:palette-v7:21.0.0
Dindex.jd227 <dt>New <a href="features.html#v7-palette">v7 palette library</a>:</dt>
/frameworks/base/docs/html/design/patterns/
Dbuttons.jd89 toggles the appearance of an action bar or a palette, then it must also
Dfullscreen.jd89 toggles the appearance of an action bar or a palette, then it must also
/frameworks/base/docs/html/design/material/
Dindex.jd63 their color palette, and default animations for touch feedback and activity transitions.</p>
/frameworks/base/docs/html/design/downloads/
Dindex.jd257 <p>In Android's color palette, each color has a corresponding darker
/frameworks/base/docs/html/tools/sdk/
Declipse-adt.jd1688 <li>The palette now supports different configurations for supported widgets. That is, a single
1690 example, there is a <em>Text Fields</em> palette category where you can drag an {@link
1696 <li>The palette supports custom views. You can pick up any custom
1700 <li>Fragments are available in the palette for placement in your layout. In the tool, you can
1707 <li>You can drop in an {@code &lt;include&gt;} element from the palette, which will pop up
1923 <li>Previews during dragging: Dragging from the palette or dragging within the layout editor
2022 <li>Full drag and drop from palette to layout for all Layout classes.</li>
/frameworks/base/docs/html/guide/topics/graphics/
D2d-graphics.jd221 not require more than 256 colors may be converted to an 8-bit PNG with a color palette. This
/frameworks/base/docs/html/guide/topics/resources/
Ddrawable-resource.jd79 PNG with a color palette. This will result in an image of equal quality but which requires less