Searched refs:getBackground (Results 26 - 50 of 82) sorted by relevance

1234

/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DAppCompatSpinner.java310 return mPopup.getBackground();
415 compatMeasureContentWidth(getAdapter(), getBackground())),
724 final Drawable background = getBackground();
739 (SpinnerAdapter) mAdapter, getBackground());
H A DListPopupWindow.java332 * of the size or content of the list. {@link #getBackground()} will fill any space
388 public Drawable getBackground() { method in class:ListPopupWindow
389 return mPopup.getBackground();
508 Drawable popupBackground = mPopup.getBackground();
1157 Drawable background = mPopup.getBackground();
/frameworks/support/tests/java/android/support/v4/app/
H A DNotificationCompatWearableExtenderTest.java183 assertEquals(real.getBackground(), compat.getBackground());
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DSearchOrbView.java361 if (mSearchOrbView.getBackground() instanceof GradientDrawable) {
362 ((GradientDrawable) mSearchOrbView.getBackground()).setColor(color);
H A DImageCardView.java157 return mInfoArea.getBackground();
/frameworks/base/core/java/android/widget/
H A DSpinner.java347 return mPopup.getBackground();
584 measureContentWidth(getAdapter(), getBackground())),
1054 public Drawable getBackground(); method in interface:Spinner.SpinnerPopup
1127 public Drawable getBackground() { method in class:Spinner.DialogPopup
1180 final Drawable background = getBackground();
1195 (SpinnerAdapter) mAdapter, getBackground());
H A DListPopupWindow.java318 * of the size or content of the list. {@link #getBackground()} will fill any space
374 public Drawable getBackground() { method in class:ListPopupWindow
375 return mPopup.getBackground();
495 Drawable popupBackground = mPopup.getBackground();
1167 Drawable background = mPopup.getBackground();
H A DAbsSeekBar.java479 final Drawable background = getBackground();
631 final Drawable bg = getBackground();
H A DCheckedTextView.java406 final Drawable background = getBackground();
H A DCompoundButton.java426 final Drawable background = getBackground();
H A DImageView.java254 return (getBackground() != null && getBackground().getCurrent() != null);
H A DActivityChooserView.java248 mActivityChooserContentBackground = mActivityChooserContent.getBackground();
/frameworks/base/packages/SystemUI/src/com/android/systemui/egg/
H A DMLand.java422 sun.getBackground().setTint(0);
425 sun.getBackground().setTintMode(PorterDuff.Mode.SRC_ATOP);
426 sun.getBackground().setTint(0xC0FF8000);
437 moon.getBackground().setAlpha(dark ? 255 : 128);
479 final Drawable bg = s.getBackground();
1072 mScoreField.getBackground().setColorFilter(color, PorterDuff.Mode.SRC_ATOP);
1092 getBackground().setTintMode(PorterDuff.Mode.SRC_ATOP);
1094 getBackground().setTint(color);
1187 //mScoreField.getBackground().setColorFilter(0xFF666666, PorterDuff.Mode.SRC_ATOP);
1426 getBackground()
[all...]
/frameworks/base/core/java/com/android/internal/widget/
H A DSlidingTab.java277 if (text.getBackground().isStateful()) {
278 text.getBackground().setState(activeState);
280 if (tab.getBackground().isStateful()) {
281 tab.getBackground().setState(activeState);
343 final Drawable tabBackground = tab.getBackground();
/frameworks/base/core/java/android/app/
H A DEnterTransitionCoordinator.java271 Drawable background = decorView.getBackground();
514 Drawable background = decorView.getBackground();
550 Drawable drawable = decorView.getBackground();
H A DExitTransitionCoordinator.java239 if (decorView != null && decorView.getBackground() == null) {
290 if (decor != null && (background = decor.getBackground()) != null) {
/frameworks/support/v7/mediarouter/src/android/support/v7/app/
H A DMediaRouteButton.java387 if (getBackground() != null) {
388 DrawableCompat.jumpToCurrentState(getBackground());
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DHeadersFragment.java223 Drawable background = fadingView.getBackground();
H A DHeadersSupportFragment.java225 Drawable background = fadingView.getBackground();
/frameworks/support/v4/java/android/support/v4/app/
H A DSharedElementCallback.java172 Drawable bg = imageView.getBackground();
/frameworks/support/v4/java/android/support/v4/view/
H A DPagerTabStrip.java121 if (getBackground() == null) {
H A DPagerTitleStrip.java467 final Drawable bg = getBackground();
/frameworks/support/v7/cardview/eclair-mr1/android/support/v7/widget/
H A DCardViewEclairMr1.java159 return ((RoundRectDrawableWithShadow) cardView.getBackground());
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskStackView.java767 if (tv.getBackground() != null) {
768 tv.getBackground().getPadding(mTmpRect);
804 if (tv.getBackground() != null) {
805 tv.getBackground().getPadding(mTmpRect);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableNotificationRow.java840 if (v.getBackground() instanceof ColorDrawable) {
841 ColorDrawable background = (ColorDrawable) v.getBackground();

Completed in 471 milliseconds

1234