HomeSort by relevance Sort by last modified time
    Searched defs:BACKGROUND (Results 1 - 25 of 86) sorted by null

1 2 3 4

  /frameworks/base/core/java/android/view/
ViewOutlineProvider.java 27 * Default outline provider for Views, which queries the Outline from the View's background,
28 * or generates a 0 alpha, rectangular Outline the size of the View if a background
33 public static final ViewOutlineProvider BACKGROUND = new ViewOutlineProvider() {
36 Drawable background = view.getBackground();
37 if (background != null) {
38 background.getOutline(outline);
50 * This can be used to enable Views that are opaque but lacking a background cast a shadow.
63 * This can be used to enable Views that are opaque but lacking a background cast a shadow.
  /cts/tests/tests/view/src/android/view/cts/
ViewOutlineProviderTest.java 65 // No background - outline is 0 alpha, width x height rect
66 ViewOutlineProvider.BACKGROUND.getOutline(view, outline);
71 // With background - outline is passed directly from background
79 ViewOutlineProvider.BACKGROUND.getOutline(view, outline);
  /external/libchrome/base/task_scheduler/
task_traits.h 25 BACKGROUND = LOWEST,
73 // Note: Tasks with BACKGROUND priority that block shutdown will be promoted
  /external/libchrome/base/threading/
platform_thread.h 110 BACKGROUND,
122 // Implement this interface to run code on a background thread. Your
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
ViewOutlineProviderCompatUtilsLXX.java 64 ViewOutlineProvider.BACKGROUND.getOutline(view, outline);
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/
NotificationStudioActivity.java 60 private static final ExecutorService BACKGROUND = Executors.newSingleThreadExecutor();
169 // this can take a while, run on a background thread
170 BACKGROUND.submit(new Runnable() {
  /cts/tests/tests/graphics/src/android/graphics/cts/
DashPathEffectTest.java 46 private static final int BACKGROUND = Color.TRANSPARENT;
53 bitmap.eraseColor(BACKGROUND);
76 assertEquals(BACKGROUND, bitmap.getPixel(x, y));
79 assertEquals(BACKGROUND, bitmap.getPixel(x, y));
  /external/libchrome/base/trace_event/
memory_dump_request_args.h 39 // For background tracing mode. The dump time is quick, and typically just the
42 BACKGROUND = FIRST,
  /system/core/storaged/include/
uid_info.h 28 BACKGROUND = 1,
64 io_stats io[UID_STATS]; // [0]:foreground [1]:background
  /tools/loganalysis/src/com/android/loganalysis/item/
MemoryHealthItem.java 27 * background.
30 private static final String BACKGROUND = "background";
50 Map<String, Map<String, Long>> background) {
51 super(new HashSet<String>(Arrays.asList(FOREGROUND, BACKGROUND)));
53 super.setAttribute(BACKGROUND, background);
71 return (Map<String, Map<String, Long>>) super.getAttribute(BACKGROUND);
79 memoryHealth.put(BACKGROUND, mapToJson(getBackground()));
  /external/python/cpython2/Demo/tkinter/guido/
solitaire.py 54 # The background color, green to look like a playing table. The
59 BACKGROUND = '#070'
406 outline='black', fill=BACKGROUND)
531 background=BACKGROUND,
540 background=BACKGROUND,
  /libcore/ojluni/src/main/java/java/awt/font/
TextAttribute.java 539 * Attribute key for the paint used to render the background of
541 * The default value is null, indicating that the background
554 public static final TextAttribute BACKGROUND =
555 new TextAttribute("background");
784 * Attribute key for swapping foreground and background
792 * <code>Paint</code> will be used as the background, otherwise
794 * will be used. If the {@link #BACKGROUND} attribute is set, its
797 * (resolved) background so that the text will be visible.
800 * @see #BACKGROUND
806 * Swap foreground and background
    [all...]
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
BatteryUtils.java 71 StatusType.BACKGROUND,
77 int BACKGROUND = 2;
121 case StatusType.BACKGROUND:
159 Log.v(TAG, "background time(us): " + timeUs);
327 * Check whether background restriction is enabled
414 // Control whether app could run in the background if it is pre O app
417 // Control whether app could run jobs in the background
  /developers/build/prebuilts/gradle/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/config/
AnalogComplicationConfigRecyclerViewAdapter.java 62 * (highlight color [second arm], background color, unread notifications, etc.).
73 * <p>Color configuration options for both highlight (seconds hand) and background color.
77 * <p>Background image complication configuration for changing background image of watch face.
90 BACKGROUND,
141 ComplicationLocation.BACKGROUND);
402 // Only update background colors for preview if background complications are disabled.
404 // Updates background color.
418 // Inform user that they need to disable background image for color to work
    [all...]
  /developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/config/
AnalogComplicationConfigRecyclerViewAdapter.java 62 * (highlight color [second arm], background color, unread notifications, etc.).
73 * <p>Color configuration options for both highlight (seconds hand) and background color.
77 * <p>Background image complication configuration for changing background image of watch face.
90 BACKGROUND,
141 ComplicationLocation.BACKGROUND);
402 // Only update background colors for preview if background complications are disabled.
404 // Updates background color.
418 // Inform user that they need to disable background image for color to work
    [all...]
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 
  /external/guice/extensions/persist/lib/
hsqldb.jar 

Completed in 330 milliseconds

1 2 3 4