Searched defs:getBackground (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DListPopupWindow.java318 * of the size or content of the list. {@link #getBackground()} will fill any space
374 public @Nullable Drawable getBackground() { method in class:ListPopupWindow
375 return mPopup.getBackground();
506 Drawable popupBackground = mPopup.getBackground();
1188 final Drawable background = mPopup.getBackground();
H A DSpinner.java359 return mPopup.getBackground();
596 measureContentWidth(getAdapter(), getBackground())),
1066 public Drawable getBackground(); method in interface:Spinner.SpinnerPopup
1139 public Drawable getBackground() { method in class:Spinner.DialogPopup
1192 final Drawable background = getBackground();
1207 (SpinnerAdapter) mAdapter, getBackground());
H A DPopupWindow.java475 public Drawable getBackground() { method in class:PopupWindow
484 * @see #getBackground()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DListPopupWindow.java357 * of the size or content of the list. {@link #getBackground()} will fill any space
413 public @Nullable Drawable getBackground() { method in class:ListPopupWindow
414 return mPopup.getBackground();
545 Drawable popupBackground = mPopup.getBackground();
1234 final Drawable background = mPopup.getBackground();
/frameworks/opt/photoviewer/src/com/android/ex/photo/
H A DPhotoViewController.java317 mBackground = getBackground();
429 protected View getBackground() { method in class:PhotoViewController
/frameworks/base/core/java/android/app/
H A DNotification.java5956 * @see android.app.Notification.WearableExtender#getBackground
5971 public Bitmap getBackground() { method in class:Notification.WearableExtender
/frameworks/support/v4/java/android/support/v4/app/
H A DNotificationCompat.java3207 * @see NotificationCompat.WearableExtender#getBackground
3222 public Bitmap getBackground() { method in class:NotificationCompat.WearableExtender
/frameworks/base/core/java/android/view/
H A DView.java5950 final Drawable background = getBackground();
18246 public Drawable getBackground() { method in class:View

Completed in 1830 milliseconds