[go: nahoru, domu]

Searched refs:background (Results 76 - 80 of 80) sorted by relevance

1234

/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DScrollingTabContainerView.java378 android.R.attr.background
/frameworks/base/core/java/android/widget/
H A DPopupWindow.java148 /** View that holds the background and may animate during a transition. */
151 /** The contents of the popup. May be identical to the background view. */
240 * <p>The popup does provide a background.</p>
249 * <p>The popup does provide a background.</p>
258 * <p>The popup does provide a background.</p>
267 * <p>The popup does not provide a background.</p>
313 * <p>The popup does not provide any background. This should be handled
324 * <p>The popup does not provide any background. This should be handled
337 * <p>The popup does not provide any background. This should be handled
352 * <p>The popup does not provide any background
487 setBackgroundDrawable(Drawable background) argument
[all...]
/frameworks/support/v4/java/android/support/v4/app/
H A DNotificationCompat.java338 * in the background when the notification is selected. The URI must point to an image stream
441 * Notification category: progress of a long-running background operation.
451 * Notification category: error in background operation or authentication status.
466 * Notification category: indication of running background service.
2898 private static final String KEY_BACKGROUND = "background";
3201 * Set a background image to be displayed behind the notification content.
3202 * Contrary to the {@link NotificationCompat.BigPictureStyle}, this background
3205 * @param background the background bitmap
3209 public WearableExtender setBackground(Bitmap background) { argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumeDialog.java333 v.setId(android.R.id.background);
598 mExpandButton.setBackgroundResource(0); // remove gray background emphasis
/frameworks/base/core/java/android/app/
H A DNotification.java674 * Notification category: progress of a long-running background operation.
684 * Notification category: error in background operation or authentication status.
699 * Notification category: indication of running background service.
926 * in the background when the notification is selected. The URI must point to an image stream
2837 * They are typically used to indicate a background task that the user is actively engaged
5652 private static final String KEY_BACKGROUND = "background";
5950 * Set a background image to be displayed behind the notification content.
5951 * Contrary to the {@link android.app.Notification.BigPictureStyle}, this background
5954 * @param background the background bitma
5958 setBackground(Bitmap background) argument
[all...]

Completed in 2286 milliseconds

1234