OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:background
(Results
676 - 700
of
7839
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/frameworks/support/samples/SupportPercentDemos/res/layout/
include_percent_frame_layout_content.xml
27
android:
background
="#FF0000" />
36
android:
background
="#0000FF" />
percent_frame_layout_activity_hpaddings.xml
29
android:
background
="#80FF0000" />
35
android:
background
="#800000FF" />
percent_frame_layout_activity_vpaddings.xml
29
android:
background
="#80FF0000" />
35
android:
background
="#800000FF" />
percent_relative_layout_activity_hpaddings.xml
29
android:
background
="#80FF0000" />
35
android:
background
="#800000FF" />
percent_relative_layout_activity_vpaddings.xml
29
android:
background
="#80FF0000" />
35
android:
background
="#800000FF" />
simple_percent_frame_layout_activity.xml
27
android:
background
="#FF0000" />
34
android:
background
="#0000FF" />
simple_percent_relative_layout_activity.xml
28
android:
background
="#FF0000" />
34
android:
background
="#0000FF" />
/frameworks/support/samples/SupportTransitionDemos/res/layout/
scene0.xml
28
android:
background
="#f00"
35
android:
background
="#0f0"
/frameworks/support/transition/tests/res/layout/
scene1.xml
27
android:
background
="#F00"
34
android:
background
="#0F0"
scene6.xml
28
android:
background
="#0F0"
36
android:
background
="#F00"
/frameworks/support/v17/leanback/res/layout/
lb_shadow.xml
22
android:
background
="@drawable/lb_card_shadow_normal" />
27
android:
background
="@drawable/lb_card_shadow_focused"
/frameworks/support/v7/cardview/res/values/
colors.xml
18
<!--
Background
color for light CardView. -->
20
<!--
Background
color for dark CardView. -->
/frameworks/support/wear/res/layout-v23/
action_drawer_item_view.xml
21
android:
background
="@drawable/action_item_background"
29
android:
background
="@drawable/action_item_icon_background"
/frameworks/support/wear/tests/res/layout/
swipe_dismiss_layout_testcase_1.xml
22
android:
background
="#333333"
30
android:
background
="@android:color/holo_orange_dark"
/packages/apps/Calendar/res/layout/
agenda_fragment.xml
19
android:
background
="#FFFFFFFF"
40
android:
background
="#FFFFFFFF"
/packages/apps/Calendar/res/layout-sw600dp/
agenda_fragment.xml
19
android:
background
="@color/agenda_general_background_color"
39
android:
background
="@color/agenda_general_background_color"
/packages/apps/Camera2/res/layout/
video_bottombar_buttons.xml
25
android:
background
="@null"
31
android:
background
="@null"
/packages/apps/Car/Media/res/layout/
media_activity.xml
19
android:id="@+id/
background
"
32
android:
background
="@android:color/black"
/packages/apps/Contacts/res/layout/
drawer_horizontal_divider.xml
22
android:
background
="@color/navigation_drawer_background_color"
30
android:
background
="@color/drawer_divider_color"/>
/packages/apps/Dialer/java/com/android/dialer/app/res/layout/
keyguard_preview.xml
24
android:
background
="@color/dialer_theme_color_dark"/>
29
android:
background
="#ffffff"/>
/packages/apps/Dialer/java/com/android/dialer/postcall/res/layout/
post_call_activity.xml
18
android:
background
="@color/background_dialer_white"
27
android:
background
="@color/background_dialer_white"/>
/packages/apps/Dialer/java/com/android/incallui/answer/protocol/
AnswerScreenDelegate.java
36
* Sets the window
background
color based on foreground call's theme and the given progress. This
39
* <p>When the user is rejecting we animate the
background
color to a mostly transparent gray. The
/packages/apps/Dialer/java/com/android/incallui/sessiondata/res/layout/
fragment_composer_frag.xml
32
android:
background
="@drawable/answer_data_background"
34
android:outlineProvider="
background
"/>
/packages/apps/Dialer/java/com/android/incallui/video/impl/res/values/
styles.xml
19
<item name="android:
background
">@drawable/videocall_video_button_background</item>
31
<item name="android:
background
">@android:color/black</item>
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
Views.java
54
public static void setBackground(View testView, Drawable
background
) {
55
Mockito.when(testView.getBackground()).thenReturn(
background
);
Completed in 501 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>