OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:color
(Results
2726 - 2750
of
12554
) sorted by null
<<
101
102
103
104
105
106
107
108
109
110
>>
/frameworks/data-binding/samples/BindingDemo/app/src/main/java/com/android/example/bindingdemo/vo/
User.java
4
import android.graphics.
Color
;
19
private int favoriteColor =
Color
.RED;
/frameworks/opt/chips/res/values/
attrs.xml
33
<attr name="unselectedChipBackgroundColor" format="
color
" />
34
<attr name="unselectedChipTextColor" format="
color
" />
/frameworks/opt/datetimepicker/res/layout/
date_picker_dialog.xml
20
android:background="@
color
/date_picker_view_animator"
37
android:background="@
color
/line_background" />
date_picker_header_view.xml
21
android:background="@
color
/calendar_header"
24
android:textColor="@android:
color
/white"
/frameworks/opt/datetimepicker/res/layout-land/
date_picker_dialog.xml
27
android:background="@android:
color
/white"
44
android:background="@
color
/line_background" />
/frameworks/opt/datetimepicker/res/layout-sw600dp/
date_picker_dialog.xml
20
android:background="@
color
/date_picker_view_animator"
39
android:background="@
color
/line_background" />
/frameworks/opt/datetimepicker/res/layout-sw600dp-land/
date_picker_dialog.xml
27
android:background="@android:
color
/white"
44
android:background="@
color
/line_background" />
/frameworks/opt/datetimepicker/res/layout-w270dp-h560dp/
date_picker_dialog.xml
20
android:background="@
color
/date_picker_view_animator"
39
android:background="@
color
/line_background" />
/frameworks/opt/datetimepicker/res/values/
styles.xml
21
<item name="android:textColor">@
color
/numbers_text_color</item>
27
<item name="android:textColor">@
color
/ampm_text_color</item>
/frameworks/opt/setupwizard/library/main/res/drawable/
suw_layout_background.xml
22
<solid android:
color
="@
color
/suw_color_accent_light" />
/frameworks/opt/setupwizard/library/main/res/drawable-anydpi-v21/
suw_navbar_ic_back.xml
26
<!-- Fill with solid black as the actual button
color
will be tinted on the entire drawable -->
28
android:fillColor="@android:
color
/black"
suw_navbar_ic_more.xml
25
<!-- Fill with solid black as the actual button
color
will be tinted on the entire drawable -->
27
android:fillColor="@android:
color
/black"
suw_navbar_ic_next.xml
26
<!-- Fill with solid black as the actual button
color
will be tinted on the entire drawable -->
28
android:fillColor="@android:
color
/black"
/frameworks/rs/driver/
rsdFrameBufferObj.h
30
void setColorTarget(DrvAllocation *
color
, uint32_t index) {
31
mColorTargets[index] =
color
;
/frameworks/support/annotations/src/android/support/annotation/
ColorRes.java
30
* to be a
color
resource reference (e.g. {@code android.R.
color
.black}).
/frameworks/support/design/tests/src/android/support/design/widget/
NavigationViewTest.java
143
R.
color
.emerald_text, null);
145
// Check the default text
color
of the menu items in our NavigationView
152
// Set a new text
color
on our NavigationView
154
ResourcesCompat.getColorStateList(res, R.
color
.color_state_list_lilac, null)));
156
// And check that all the menu items have the new
color
158
R.
color
.lilac_default, null);
174
R.
color
.sand_default, null);
176
// Check the default fill
color
of the menu items in our NavigationView
191
// Set a new background (flat fill
color
) on our NavigationView
197
R.
color
.test_blue, null)
[
all
...]
/frameworks/support/graphics/drawable/static/tests/res/drawable/
vector_icon_state_list.xml
26
android:fillColor="@
color
/vector_icon_fill_state_list"
27
android:strokeColor="@
color
/vector_icon_stroke_state_list"
/frameworks/support/v17/leanback/res/drawable/
lb_control_button_primary.xml
21
<solid android:
color
="@
color
/lb_control_button_color" />
lb_control_button_secondary.xml
21
<solid android:
color
="@
color
/lb_control_button_color" />
/frameworks/support/v17/leanback/res/drawable-v21/
lb_action_bg.xml
19
android:
color
="?android:attr/colorControlHighlight" >
24
<solid android:
color
="?android:attr/colorButtonNormal" />
/frameworks/support/v17/leanback/res/values-v21/
themes.xml
23
<item name="android:colorPrimary">@
color
/lb_default_brand_color</item>
25
<item name="android:colorPrimaryDark">@
color
/lb_default_brand_color_dark</item>
/frameworks/support/v7/appcompat/res/color/
abc_btn_colored_borderless_text_material.xml
22
android:
color
="?android:attr/textColorSecondary"/>
23
<item android:
color
="?attr/colorAccent"/>
abc_tint_seek_thumb.xml
19
<item android:state_enabled="false" android:
color
="?attr/colorControlActivated" app:alpha="?android:attr/disabledAlpha"/>
20
<item android:
color
="?attr/colorControlActivated"/>
/frameworks/support/v7/appcompat/res/color-v23/
abc_btn_colored_borderless_text_material.xml
19
<item android:state_enabled="false" android:
color
="?android:attr/textColorSecondary" android:alpha="?android:attr/disabledAlpha"/>
20
<item android:
color
="?attr/colorAccent"/>
abc_color_highlight_material.xml
21
android:
color
="?android:attr/colorControlActivated" />
22
<item android:
color
="?android:attr/colorControlHighlight" />
Completed in 532 milliseconds
<<
101
102
103
104
105
106
107
108
109
110
>>