Searched defs:setBackground (Results 1 - 5 of 5) sorted by relevance

/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DPlaybackControlsRowPresenter.java131 void setBackground(View view) { method in class:PlaybackControlsRowPresenter.ViewHolder
368 vh.setBackground(vh.mControlsDock);
374 vh.setBackground(vh.mCard);
/frameworks/base/core/java/com/android/internal/app/
H A DAlertController.java521 setBackground(a, topPanel, contentPanel, customPanel, buttonPanel, hasTitle, hasCustomView,
738 private void setBackground(TypedArray a, View topPanel, View contentPanel, View customPanel, method in class:AlertController
/frameworks/support/v4/java/android/support/v4/app/
H A DNotificationCompat.java2582 public WearableExtender setBackground(Bitmap background) { method in class:NotificationCompat.WearableExtender
2593 * @see NotificationCompat.WearableExtender#setBackground
/frameworks/base/core/java/android/app/
H A DNotification.java4773 public WearableExtender setBackground(Bitmap background) { method in class:Notification.WearableExtender
4784 * @see android.app.Notification.WearableExtender#setBackground
/frameworks/base/core/java/android/view/
H A DView.java1594 * Temporary Rect currently for use in setBackground(). This will probably
4070 // This will get applied later during setBackground().
4079 // This will get applied later during setBackground().
4103 setBackground(background);
4106 // setBackground above will record that padding is currently provided by the background.
16188 setBackground(new ColorDrawable(color));
16209 setBackground(d);
16224 public void setBackground(Drawable background) { method in class:View
16230 * @deprecated use {@link #setBackground(Drawable)} instead
16342 * @see #setBackground(Drawabl
[all...]

Completed in 164 milliseconds