HomeSort by relevance Sort by last modified time
    Searched full:background (Results 451 - 475 of 7839) sorted by null

<<11121314151617181920>>

  /hardware/intel/common/libmix/mix_audio/docs/reference/MixAudio/html/
style.css 3 background: #eeeeee;
9 background: #eeeeff;
37 background: #ffeeee;
90 background: #ffeeee;
149 background-color: #eeeeee;
155 background: #777777;
  /packages/apps/Dialer/java/com/android/incallui/incall/impl/res/layout/
incall_button_grid.xml 23 tools:background="#FFFF0000"
33 tools:background="#FFFF0000"
43 tools:background="#FFFF0000"
53 tools:background="#FFFF0000"
63 tools:background="#FFFF0000"
73 tools:background="#FFFF0000"
  /packages/apps/Launcher3/src/com/android/launcher3/dynamicui/
ExtractionUtils.java 50 // Run on a background thread, since the service is asynchronous anyway.
112 /** @return Whether the foreground color is legible on the background color. */
113 private static boolean isLegible(int foreground, int background) {
114 background = ColorUtils.setAlphaComponent(background, 255);
115 return ColorUtils.calculateContrast(foreground, background) >= MIN_CONTRAST_RATIO;
  /packages/apps/LegacyCamera/res/layout/
share_popup.xml 24 android:background="@color/share_popup_background">
29 android:background="@color/share_popup_blackout">
52 android:background="@drawable/border_last_picture"
67 android:background="@color/share_icon_background">
76 android:background="?android:attr/selectableItemBackground"
88 android:background="#5affffff" />
  /packages/apps/LegacyCamera/res/layout-sw600dp/
share_popup.xml 24 android:background="@color/share_popup_background">
29 android:background="@color/share_popup_blackout">
53 android:background="@drawable/border_last_picture"
69 android:background="@color/share_icon_background">
77 android:background="?android:attr/selectableItemBackground"
87 android:background="#5affffff" />
  /art/runtime/gc/
collector_type.h 43 // The background compaction of the concurrent copying collector.
51 // A homogeneous space compaction collector used in background transition
52 // when both foreground and background collector are CMS.
  /cts/hostsidetests/incident/apps/batterystatsapp/src/com/android/server/cts/device/batterystats/
BatteryStatsBackgroundService.java 27 /** An service (to be run as a background process) which performs one of a number of actions. */
39 Log.i(TAG, "Starting " + action + " from background service as request " + requestCode);
41 // Check that app is in background; crash if it isn't.
  /developers/build/prebuilts/gradle/CustomTransition/Application/src/main/res/layout/
scene1.xml 31 android:background="#f00"/>
38 android:background="#0f0"/>
45 android:background="#00f"/>
scene2.xml 31 android:background="#0f0"/>
38 android:background="#00f"/>
45 android:background="#f00"/>
scene3.xml 31 android:background="#00f"/>
38 android:background="#f00"/>
45 android:background="#0f0"/>
  /developers/samples/android/ui/transition/CustomTransition/Application/src/main/res/layout/
scene1.xml 31 android:background="#f00"/>
38 android:background="#0f0"/>
45 android:background="#00f"/>
scene2.xml 31 android:background="#0f0"/>
38 android:background="#00f"/>
45 android:background="#f00"/>
scene3.xml 31 android:background="#00f"/>
38 android:background="#f00"/>
45 android:background="#0f0"/>
  /development/samples/ApiDemos/res/layout/
custom_view_1.xml 26 android:background="@drawable/red"
32 android:background="@drawable/blue"
38 android:background="@drawable/green"
relative_layout_1.xml 28 android:background="@drawable/red"
37 android:background="@drawable/green"
46 android:background="@drawable/yellow"
  /development/samples/browseable/CustomTransition/res/layout/
scene1.xml 31 android:background="#f00"/>
38 android:background="#0f0"/>
45 android:background="#00f"/>
scene2.xml 31 android:background="#0f0"/>
38 android:background="#00f"/>
45 android:background="#f00"/>
scene3.xml 31 android:background="#00f"/>
38 android:background="#f00"/>
45 android:background="#0f0"/>
  /development/samples/browseable/WearDrawers/res/layout/
activity_main.xml 24 android:background="@color/black"
37 android:background="@color/grey" />
44 android:background="@color/grey"/>
  /external/replicaisland/res/layout/
good_ending_animation.xml 12 android:background="@drawable/ui_good_ending_background"
27 android:background="@drawable/ui_good_ending_foreground"
51 android:background="@drawable/custom_toast_border"
kabocha_ending_animation.xml 12 android:background="@drawable/ui_ending_bad_kabocha_background"
27 android:background="@drawable/ui_ending_bad_kabocha_foreground"
50 android:background="@drawable/custom_toast_border"
  /external/skia/platform_tools/android/apps/viewer/src/main/res/layout-xlarge-land/
activity_main.xml 7 android:background="@android:color/darker_gray"
19 android:background="@android:color/background_light"/>
45 android:background="@android:color/holo_blue_dark"
  /external/skia/site/
roles.md 27 <tr style="background-color:#e6b8af;color:black;">
37 <tr style="background-color:#ffe599;color:black;">
49 <tr style="background-color:#d0e0e3;color:black;">
  /frameworks/base/core/res/res/layout/
decor_caption.xml 30 android:background="@drawable/decor_caption_title"
41 android:background="@drawable/decor_maximize_button_dark" />
50 android:background="@drawable/decor_close_button_dark" />
keyboard_popup_keyboard.xml 25 android:background="@android:drawable/keyboard_popup_panel_background"
30 android:background="@android:color/transparent"
39 android:background="@android:color/transparent"

Completed in 479 milliseconds

<<11121314151617181920>>