Searched
full:background (Results
1101 -
1125 of
7839) sorted by null
<<41424344454647484950>>
/packages/apps/Gallery2/res/layout/ |
editor_grad_button.xml | 32 android:background="@drawable/filtershow_button_background" 42 android:background="@drawable/filtershow_grad_button"
|
filtershow_control_action_slider.xml | 31 android:background="@drawable/filtershow_button_background" 50 android:background="@drawable/filtershow_button_background"
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
BubbleTextView.java | 133 // Otherwise, either clear the pressed/focused background, or create a background 142 // background to null so that it will get created when the view is drawn. 280 final Drawable background = mBackground; local 281 if (background != null) { 286 background.setBounds(0, 0, getRight() - getLeft(), getBottom() - getTop()); 291 background.draw(canvas); 294 background.draw(canvas);
|
/packages/apps/Launcher3/res/layout/ |
notification_footer.xml | 25 android:background="@color/popup_background_color"> 41 android:background="@drawable/horizontal_ellipsis"
|
/packages/apps/Launcher3/src/com/android/launcher3/graphics/ |
IconPalette.java | 63 // Get slightly more saturated background color. 122 * color of an icon or text on the given background color. 124 * @return a color of the same hue with enough contrast against the background. 128 public static int resolveContrastColor(Context context, int color, int background) { 131 int contrastingColor = ensureTextContrast(resolvedColor, background); 137 "%s (over background) by changing #%s to %s", 139 contrastChange(resolvedColor, contrastingColor, background), 179 * @param findFg if true, we assume {@param color} is a foreground, otherwise a background.
|
/packages/apps/LegacyCamera/res/layout/ |
camera_control.xml | 23 android:background="@drawable/bg_camera_pattern"> 34 android:background="@drawable/btn_shutter" />
|
/packages/apps/Messaging/res/layout/ |
attachment_grid_item_view.xml | 31 android:background="?android:attr/selectableItemBackground" /> 37 android:background="@null"
|
attachment_pending_item.xml | 29 android:background="@android:color/white" 41 android:background="@color/message_bubble_color_outgoing"
|
mediapicker_image_chooser.xml | 33 android:background="@android:color/white" /> 41 android:background="@android:color/white"
|
/packages/apps/PackageInstaller/res/layout-television/ |
header.xml | 20 android:background="?attr/defaultBrandColor" 28 android:background="?attr/defaultBrandColor"
|
/packages/apps/RetailDemo/res/layout/ |
retail_video.xml | 24 android:background="@android:color/transparent"> 39 android:background="@android:color/black">
|
/packages/apps/Settings/res/layout/ |
apps_filter_spinner.xml | 22 android:background="?android:attr/colorAccent" 33 android:background="@drawable/app_filter_spinner_background"/>
|
connection_detail_pref.xml | 21 android:background="?android:attr/colorAccent" 30 android:background="@drawable/ic_settings_widget_background"
|
preview_seek_bar_view_pager.xml | 23 android:background="@drawable/preview_seek_bar_outline" > 30 android:background="?android:attr/colorBackgroundFloating"
|
print_job_summary.xml | 26 android:background="?android:attr/selectableItemBackground"> 31 android:background="?android:attr/listDivider">
|
search_saved_query_item.xml | 33 android:background="?android:attr/selectableItemBackground" 39 android:background="?android:attr/selectableItemBackground"
|
trusted_credential_list_container.xml | 26 android:background="?android:attr/selectableItemBackground" 33 android:background="?android:attr/listDivider"
|
/packages/apps/TV/res/layout/ |
activity_dvr_playback.xml | 22 android:background="@color/tvactivity_background" > 45 android:background="@android:color/black"
|
menu.xml | 18 <!-- marginTop is given to ignore the translation of the dim background for 26 android:background="@drawable/menu_background"
|
menu_card_dvr.xml | 29 android:background="@color/channel_card_guide"> 41 android:background="@color/guide_card_meta_background">
|
menu_card_guide.xml | 29 android:background="@color/channel_card_guide"> 48 android:background="@color/guide_card_meta_background"
|
menu_card_setup.xml | 28 android:background="@color/channel_card_guide"> 47 android:background="@color/guide_card_meta_background"
|
option_item_divider.xml | 22 android:background="?android:attr/selectableItemBackground" > 30 android:background="@color/option_item_divider_color" />
|
/packages/apps/TvSettings/Settings/res/layout/ |
picker_dialog_fragment.xml | 20 android:background="@color/lb_preference_decor_list_background" 30 android:background="?attr/defaultBrandColor"
|
/packages/apps/UnifiedEmail/res/layout/ |
conversation_list_footer_view.xml | 25 android:background="@drawable/conversation_item_background"> 44 android:background="?android:attr/selectableItemBackground"
|
Completed in 1844 milliseconds
<<41424344454647484950>>