/packages/apps/Settings/res/layout/ |
search_panel.xml | 21 android:background="@drawable/search_panel_list_background"> 30 <!-- Padding is included in the background --> 49 <!-- Padding is included in the background -->
|
user_info_header.xml | 36 android:background="?android:attr/selectableItemBackground" > 91 android:background="?android:attr/selectableItemBackground" /> 95 android:background="@color/divider_color" />
|
/packages/apps/TV/res/layout/ |
fragment_new_sources.xml | 22 android:background="@color/common_tv_background" 44 android:background="@null" 55 android:background="@null"
|
/packages/apps/UnifiedEmail/res/layout/ |
widget_conversation_list_item.xml | 25 Remote view doesn't allow changing background so we have to work around 32 android:background="@drawable/conversation_item_background" /> 37 android:background="@drawable/conversation_item_background" />
|
/packages/apps/UnifiedEmail/src/com/android/mail/bitmap/ |
ContactDrawable.java | 59 * Sets the {@link ColorPicker} for the background tile used in letter avatars. 67 * Returns the color picker for the background tile used in the letter avatars. 91 // Draw background color.
|
/prebuilts/sdk/current/support/v17/leanback/res/layout/ |
lb_fullwidth_details_overview.xml | 30 <!-- Used for dimming foreground, round rect and background--> 37 android:background="?attr/defaultBrandColor" 51 android:background="?attr/defaultBrandColorDark"
|
/prebuilts/sdk/current/support/v7/mediarouter/res/layout/ |
mr_controller_material_dialog_b.xml | 26 android:background="?attr/colorBackgroundFloating"> 47 android:background="?attr/selectableItemBackgroundBorderless" /> 61 android:background="?attr/colorPrimary"
|
/system/libhwbinder/include/hwbinder/ |
IPCThreadState.h | 81 // Call this to disable switching threads to background scheduling when 83 // Android system process, since it expects to have background apps calling 85 // the background.
|
/external/fmtlib/doc/bootstrap/ |
variables.less | 28 //** Background color for `<body>`. 111 //** Global background color for active items (e.g., navs or dropdowns). 129 //** Default background color used for all tables. 131 //** Background color used for `.table-striped`. 133 //** Background color used for `.table-hover`. 143 //## For each of Bootstrap's buttons, define text, background and border color. 178 //** `<input>` background color 180 //** `<input disabled>` background color 216 //** Background color for textual input addons 229 //** Background for the dropdown menu [all...] |
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/ |
MemoryTest.c | 27 @param TitleBackground Background color for Title.
229 EFI_GRAPHICS_OUTPUT_BLT_PIXEL Background;
254 SetMem (&Background, sizeof (EFI_GRAPHICS_OUTPUT_BLT_PIXEL), 0x0);
341 Background,
365 Background,
409 Background,
|
/frameworks/support/v7/appcompat/res/values/ |
styles_base.xml | 32 <item name="background">@null</item> 53 <item name="background">?attr/colorPrimary</item> 59 <item name="background">?attr/colorPrimary</item> 65 <item name="android:background">?attr/actionBarItemBackground</item> 75 <item name="android:background">?attr/controlBackground</item> 81 <item name="android:background">?attr/actionBarItemBackground</item> 98 <item name="android:background">@drawable/abc_tab_indicator_material</item> 108 <item name="android:background">@drawable/abc_tab_indicator_material</item> 132 <item name="background">?attr/actionModeBackground</item> 184 <item name="android:background">@drawable/abc_spinner_mtrl_am_alpha</item [all...] |
/frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
AppCompatImageView.java | 42 * <li>Allows dynamic tint of its background via the background tint methods in 44 * <li>Allows setting of the background tint using {@link R.attr#backgroundTint} and 137 public void setBackgroundDrawable(Drawable background) { 138 super.setBackgroundDrawable(background); 140 mBackgroundTintHelper.onSetBackgroundDrawable(background);
|
AppCompatTextView.java | 43 * <li>Allows dynamic tint of its background via the background tint methods in 45 * <li>Allows setting of the background tint using {@link R.attr#backgroundTint} and 94 public void setBackgroundDrawable(Drawable background) { 95 super.setBackgroundDrawable(background); 97 mBackgroundTintHelper.onSetBackgroundDrawable(background);
|
/packages/apps/Car/Hvac/src/com/android/car/hvac/ui/ |
FanSpeedBar.java | 182 GradientDrawable background = (GradientDrawable) mMaxButton.getBackground(); local 184 background.setColor(mFanMaxEnabledBgColor); 187 background.setColor(Color.TRANSPARENT); 194 GradientDrawable background = (GradientDrawable) mOffButton.getBackground(); local 196 background.setColor(mFanOffEnabledBgColor); 199 background.setColor(Color.TRANSPARENT);
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
ConversationTipView.java | 117 if (attr.background != -1) { 118 image.setBackgroundResource(attr.background); 273 public int background; field in class:ConversationTipView.ImageAttrSet 276 public ImageAttrSet(int resId, int background, String contentDescription) { 278 this.background = background;
|
/prebuilts/misc/windows/sdl2/test/ |
testgamecontroller.c | 140 SDL_Texture *background, *button, *axis; local 176 background = LoadTexture(screen, "controllermap.bmp", SDL_FALSE); 180 if (!background || !button || !axis) { 189 /*SDL_RenderSetLogicalSize(screen, background->w, background->h);*/ 199 SDL_RenderCopy(screen, background, NULL, NULL);
|
/cts/apps/CtsVerifier/res/layout/ |
snsr_gyro.xml | 34 android:background="@drawable/gray_bubble" 49 android:background="@drawable/gray_bubble"
|
snsr_hrm.xml | 35 android:background="@drawable/gray_bubble" 50 android:background="@drawable/gray_bubble"
|
/cts/tests/leanbackjank/app/src/android/leanbackjank/app/presenter/ |
CardPresenter.java | 62 // Both background colors should be set because the view's background is temporarily visible
|
/cts/tests/tests/view/res/layout/ |
tooltip_layout.xml | 58 android:background="#ddd"/> 66 android:background="#ddd">
|
using_views_layout.xml | 32 android:background="@android:drawable/editbox_background" 70 android:background="#aa0000"
|
/developers/build/prebuilts/gradle/ActiveNotifications/Application/src/main/res/layout-w720dp/ |
activity_main.xml | 49 android:background="@android:color/darker_gray" /> 63 android:background="@android:color/darker_gray" />
|
/developers/build/prebuilts/gradle/AdvancedImmersiveMode/Application/src/main/res/layout-w720dp/ |
activity_main.xml | 49 android:background="@android:color/darker_gray" /> 63 android:background="@android:color/darker_gray" />
|
/developers/build/prebuilts/gradle/AgendaData/Application/src/main/res/layout/ |
main.xml | 50 android:background="@android:color/black"/> 61 android:background="@android:color/black"
|
/developers/build/prebuilts/gradle/AppRestrictionSchema/Application/src/main/res/layout-w720dp/ |
activity_main.xml | 49 android:background="@android:color/darker_gray" /> 63 android:background="@android:color/darker_gray" />
|