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

<<101102103104105106107108109110>>

  /external/tlsdate/
events.dot 7 node[style=filled,color=lightblue];
21 color=purple;
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest_color_test.py 83 self.assert_(UsesColor('xterm-color', None, None))
84 self.assert_(UsesColor('xterm-256color', None, None))
90 self.assert_(not UsesColor('xterm-color', None, 'no'))
101 self.assert_(not UsesColor('xterm-color', 'no', None))
104 self.assert_(UsesColor('xterm-color', 'auto', None))
106 self.assert_(UsesColor('xterm-color', 'yes', None))
111 self.assert_(not UsesColor('xterm-color', 'no', 'no'))
113 self.assert_(UsesColor('xterm-color', 'no', 'auto'))
  /frameworks/base/core/java/android/annotation/
ColorRes.java 29 * to be a color resource reference (e.g. {@link android.R.color#black}).
  /frameworks/base/core/java/android/hardware/camera2/params/
BlackLevelPattern.java 25 * of color channel offsets used for the black level offsets of each color channel.
37 * <p>The given offset array must contain offsets for each color channel in
38 * a 2x2 pattern corresponding to the color filter arrangement. Offsets are
58 * Return the color channel offset for a given index into the array of raw pixel values.
62 * @return a color channel offset.
76 * <p>Offsets are given in row-column scan order for a given 2x2 color pattern.</p>
131 * black level offset of a color channel. The values are in the same order as channels listed
  /frameworks/base/core/java/android/text/style/
BackgroundColorSpan.java 29 public BackgroundColorSpan(int color) {
30 mColor = color;
ForegroundColorSpan.java 30 public ForegroundColorSpan(@ColorInt int color) {
31 mColor = color;
  /frameworks/base/core/res/res/color/
btn_colored_background_material.xml 21 android:color="?attr/colorButtonNormal" />
22 <item android:color="?attr/colorAccent" />
btn_colored_borderless_text_material.xml 21 android:color="?attr/textColorSecondary" />
22 <item android:color="?attr/colorAccent"/>
btn_colored_text_material.xml 21 android:color="?attr/textColorPrimary" />
22 <item android:color="?attr/textColorPrimaryInverse" />
  /frameworks/base/core/res/res/drawable/
box.xml 22 <solid android:color="#00000000"/>
23 <stroke android:width="1dp" color="#ff000000"/>
btn_default_mtrl_shape.xml 27 <solid android:color="@color/white" />
decor_caption_title_focused.xml 21 <!-- Fading the primary color to 85% blackness -->
22 <solid android:color="?android:attr/colorPrimary" />
decor_caption_title_unfocused.xml 21 <!-- Fading the primary color to 95% blackness -->
22 <solid android:color="?android:attr/colorPrimary"/>
decor_close_button_dark.xml 21 android:tint="@color/decor_button_dark_color"
28 android:fillColor="@color/white"
decor_close_button_light.xml 21 android:tint="@color/decor_button_light_color"
28 android:fillColor="@color/white"
fastscroll_label_left_material.xml 29 <solid android:color="@color/white" />
fastscroll_label_right_material.xml 29 <solid android:color="@color/white" />
ic_ab_back_material_dark.xml 23 android:tint="@color/secondary_text_material_dark">
26 android:fillColor="@color/white"/>
ic_ab_back_material_light.xml 23 android:tint="@color/secondary_text_material_light">
26 android:fillColor="@color/white"/>
ic_lockscreen_outerring.xml 22 <solid android:color="#00000000" />
23 <stroke android:color="#1affffff" android:width="2dp" />
search_dropdown_dark.xml 18 <solid android:color="#F0A0A0A0"/>
19 <stroke android:width="2dp" color="#A00080FF"/>
search_dropdown_light.xml 18 <solid android:color="#F0FFFFFF"/>
19 <stroke android:width="1dp" color="#A00080FF"/>
seekbar_tick_mark_material.xml 22 <solid android:color="@color/white" />
text_cursor_material.xml 26 android:color="@color/white" />
  /frameworks/base/core/res/res/layout-television/
user_switching_dialog.xml 22 android:background="@color/background_leanback_dark"
23 android:textColor="@color/primary_text_leanback_dark"

Completed in 582 milliseconds

<<101102103104105106107108109110>>