Searched refs:getBackground (Results 1 - 25 of 36) sorted by relevance

12

/frameworks/base/core/tests/coretests/src/android/view/
H A DMutateDrawableTest.java44 assertNotSame(mFirstButton.getBackground(), mSecondButton.getBackground());
49 assertNotSame(mFirstButton.getBackground().getConstantState(),
50 mSecondButton.getBackground().getConstantState());
H A DMutateDrawable.java45 ok.getBackground().mutate().setAlpha(127);
/frameworks/base/core/tests/coretests/src/android/widget/layout/linear/
H A DBaselineButtonsTest.java67 mPause.getBackground().getMinimumHeight());
70 mPrev.getBackground().getMinimumHeight());
73 mNext.getBackground().getMinimumHeight());
/frameworks/base/graphics/tests/graphicstests/src/android/graphics/drawable/
H A DStateListDrawableTest.java52 mockView.getBackground().draw(null);
64 mockView.getBackground().draw(null);
/frameworks/base/core/tests/coretests/src/com/android/internal/widget/
H A DSizeAdaptiveLayoutTest.java424 panel.getBackground() instanceof ColorDrawable);
425 ColorDrawable panelColor = (ColorDrawable) panel.getBackground();
426 ColorDrawable salColor = (ColorDrawable) mSizeAdaptiveLayout.getBackground();
436 panel.getBackground().getClass(), ColorDrawable.class);
437 ColorDrawable panelColor = (ColorDrawable) panel.getBackground();
447 mSizeAdaptiveLayout.getBackground());
449 panel.getBackground() instanceof ColorDrawable);
/frameworks/base/core/java/android/widget/
H A DSpinner.java252 return mPopup.getBackground();
443 measureContentWidth(getAdapter(), getBackground())),
829 public Drawable getBackground(); method in interface:Spinner.SpinnerPopup
893 public Drawable getBackground() { method in class:Spinner.DialogPopup
946 final Drawable background = getBackground();
960 (SpinnerAdapter) mAdapter, getBackground());
H A DToggleButton.java127 updateReferenceToIndicatorDrawable(getBackground());
H A DListPopupWindow.java289 * of the size or content of the list. {@link #getBackground()} will fill any space
345 public Drawable getBackground() { method in class:ListPopupWindow
346 return mPopup.getBackground();
456 Drawable popupBackground = mPopup.getBackground();
1081 Drawable background = mPopup.getBackground();
H A DActivityChooserView.java223 mActivityChooserContentBackground = mActivityChooserContent.getBackground();
H A DAutoCompleteTextView.java343 return mPopup.getBackground();
H A DImageView.java198 return (getBackground() != null);
H A DSearchView.java818 mSearchPlate.getBackground().setState(focused ? FOCUSED_STATE_SET : EMPTY_STATE_SET);
819 mSubmitArea.getBackground().setState(focused ? FOCUSED_STATE_SET : EMPTY_STATE_SET);
H A DPopupWindow.java314 public Drawable getBackground() { method in class:PopupWindow
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DRecentApplicationsBackground.java54 mBackground = getBackground();
H A DPhoneWindow.java2104 Drawable bg = getBackground();
2338 if (getBackground() != drawable) {
2396 Drawable bg = getBackground();
2456 Drawable bg = getBackground();
/frameworks/opt/mailcommon/java/com/android/mailcommon/
H A DMultiAdapterSpinner.java149 final Drawable background = mPopup.getBackground();
/frameworks/base/core/java/com/android/internal/widget/
H A DSlidingTab.java271 if (text.getBackground().isStateful()) {
272 text.getBackground().setState(activeState);
274 if (tab.getBackground().isStateful()) {
275 tab.getBackground().setState(activeState);
337 final Drawable tabBackground = tab.getBackground();
H A DSizeAdaptiveLayout.java99 Drawable background = getBackground();
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardAbsKeyInputView.java131 mBouncerFrame = bouncerFrameView.getBackground();
H A DKeyguardFaceUnlockView.java66 mBouncerFrame = bouncerFrameView.getBackground();
H A DKeyguardSelectorView.java155 mBouncerFrame = bouncerFrameView.getBackground();
H A DKeyguardPatternView.java149 mBouncerFrame = bouncerFrameView.getBackground();
/frameworks/support/v4/java/android/support/v4/view/
H A DPagerTabStrip.java118 if (getBackground() == null) {
H A DPagerTitleStrip.java463 final Drawable bg = getBackground();
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DRecentsPanelView.java448 } else if (mRecentsScrim.getBackground() instanceof BitmapDrawable) {
450 ((BitmapDrawable) mRecentsScrim.getBackground()).setTileModeY(TileMode.REPEAT);

Completed in 1911 milliseconds

12