HomeSort by relevance Sort by last modified time
    Searched full:color (Results 1251 - 1275 of 12554) sorted by null

<<51525354555657585960>>

  /external/snakeyaml/src/test/resources/specification/
example2_24_dumped.yaml 9 color: 0xFFEEBB
  /frameworks/base/core/res/res/color/
primary_text_inverse_when_activated_material.xml 21 android:color="?attr/textColorPrimaryInverse"
25 android:color="?attr/textColorPrimary"
29 android:color="?attr/textColorPrimaryInverse" />
31 android:color="?attr/textColorPrimary" />
secondary_text_inverse_when_activated_material.xml 21 android:color="?attr/textColorSecondaryInverse"
25 android:color="?attr/textColorSecondary"
29 android:color="?attr/textColorSecondaryInverse" />
31 android:color="?attr/textColorSecondary" />
  /frameworks/base/core/res/res/drawable/
btn_colored_material.xml 22 <ripple android:color="?attr/colorControlHighlight">
25 android:tint="@color/btn_colored_background_material">
27 <solid android:color="@color/white" />
fastscroll_thumb_material.xml 21 <solid android:color="@color/white" />
28 <solid android:color="@color/white" />
  /frameworks/base/docs/html/ndk/reference/
doxygen-dac.css 5 background-color: transparent;
10 background-color: #999;
19 color: #fff;
37 background-color: #e2e2e2;
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
ListItem.java 41 TypedValue color = new TypedValue(); local
42 int colorId = gainFocus ? android.R.attr.colorAccent : android.R.color.transparent;
43 getContext().getTheme().resolveAttribute(colorId, color, true);
45 findViewById(R.id.focus_indicator).setBackgroundColor(color.data);
  /frameworks/base/packages/SystemUI/res/drawable/
scorecard.xml 9 android:color="#ffffffff" />
scorecard_gameover.xml 9 android:color="#ffff0000" />
  /frameworks/base/packages/SystemUI/res/drawable-nodpi/
scorecard.xml 9 android:color="#ffffffff" />
scorecard_gameover.xml 9 android:color="#ffff0000" />
  /frameworks/base/tests/RenderThreadTest/res/values/
styles.xml 8 <item name="android:windowBackground">@android:color/transparent</item>
  /frameworks/base/tests/VectorDrawableTest/res/color/
fill_gradient_linear_item_overlap.xml 29 <item android:offset="0.1" android:color="?android:attr/colorPrimary"/>
30 <item android:offset="0.4" android:color="#f00"/>
31 <item android:offset="0.4" android:color="#fff"/>
32 <item android:offset="0.9" android:color="?android:attr/colorControlActivated"/>
fill_gradient_linear_item_overlap_mirror.xml 30 <item android:offset="0.1" android:color="?android:attr/colorPrimary"/>
31 <item android:offset="0.4" android:color="#f00"/>
32 <item android:offset="0.4" android:color="#fff"/>
33 <item android:offset="0.9" android:color="?android:attr/colorControlActivated"/>
  /frameworks/base/tools/aapt2/integration-tests/AppOne/res/values/
styles.xml 19 <item name="android:background">@color/primary</item>
20 <item name="android:colorPrimary">@color/primary</item>
21 <item name="android:colorPrimaryDark">@color/primary_dark</item>
22 <item name="android:colorAccent">@color/accent</item>
  /frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/src/main/res/drawable/
ic_launcher.xml 5 <solid android:color="#ff0000" />
  /frameworks/data-binding/integration-tests/TestApp/app/src/main/res/drawable/
circle.xml 5 android:color="?android:selectedWeekBackgroundColor"/>
  /frameworks/opt/colorpicker/src/com/android/colorpicker/
HsvColorComparator.java 19 import android.graphics.Color;
24 * A color comparator which compares based on hue, saturation, and value.
31 Color.colorToHSV(lhs, hsv);
37 Color.colorToHSV(rhs, hsv2);
  /frameworks/opt/photoviewer/appcompat/res/values/
themes.xml 22 <item name="colorPrimaryDark">@color/photo_status_bar_black</item>
23 <item name="android:navigationBarColor">@color/photo_status_bar_black</item>
26 <item name="android:windowBackground">@color/solid_black</item>
30 <item name="android:windowBackground">@android:color/transparent</item>
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
TextAttribute.java 34 public TextColor color; field in class:TextAttribute
38 boolean strikeThrough, TextColor color) {
47 this.color = color;
  /frameworks/support/v17/leanback/res/drawable/
lb_playback_progress_bar.xml 22 android:drawable="@color/lb_playback_background_progress_color"/>
24 <clip android:drawable="@color/lb_playback_secondary_progress_color" />
27 <!-- Progress color set programmtically, this is just a placeholder. -->
28 <clip android:drawable="@color/lb_playback_progress_color_no_theme" />
  /frameworks/support/v17/leanback/res/drawable-v21/
lb_control_button_primary.xml 19 android:color="@color/lb_control_button_color" >
26 <!-- Color not used since this is a ripple mask -->
27 <solid android:color="#000000" />
lb_control_button_secondary.xml 19 android:color="@color/lb_control_button_color" >
26 <!-- Color not used since this is a ripple mask -->
27 <solid android:color="#000000" />
  /frameworks/support/v17/leanback/res/values-v19/
themes.xml 20 <item name="playbackProgressPrimaryColor">@color/lb_playback_progress_color_no_theme</item>
21 <item name="playbackControlsIconHighlightColor">@color/lb_playback_icon_highlight_no_theme</item>
22 <item name="defaultBrandColor">@color/lb_default_brand_color</item>
23 <item name="defaultBrandColorDark">@color/lb_default_brand_color_dark</item>
  /frameworks/support/v7/appcompat/src/android/support/v7/content/res/
AppCompatColorStateListInflater.java 25 import android.graphics.Color;
38 private static final int DEFAULT_COLOR = Color.RED;
48 * @param theme Optional theme to apply to the color state list, may be
50 * @return A new color state list.
75 * @return A new color state list for the current tag.
85 parser.getPositionDescription() + ": invalid color state list tag " + name);
115 Color.MAGENTA);
132 if (stateResId != android.R.attr.color && stateResId != android.R.attr.alpha
141 // Apply alpha modulation. If we couldn't resolve the color or
144 final int color = modulateColorAlpha(baseColor, alphaMod) local
    [all...]

Completed in 402 milliseconds

<<51525354555657585960>>