Searched refs:setBackgroundDrawable (Results 1 - 25 of 38) sorted by relevance

12

/frameworks/base/core/tests/coretests/src/android/view/
H A DDrawableBgMinSize.java74 mTextView.setBackgroundDrawable(newBg);
75 mLinearLayout.setBackgroundDrawable(newBg);
76 mRelativeLayout.setBackgroundDrawable(newBg);
77 mFrameLayout.setBackgroundDrawable(newBg);
78 mAbsoluteLayout.setBackgroundDrawable(newBg);
H A DMutateDrawable.java34 ok.setBackgroundDrawable(getResources().getDrawable(
39 cancel.setBackgroundDrawable(getResources().getDrawable(
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DDatePickerActivity.java36 getWindow().setBackgroundDrawable(new ColorDrawable(0xffffffff));
H A DTransparentListActivity.java82 getWindow().setBackgroundDrawable(getResources().getDrawable(R.drawable.gradient));
H A DTextGammaActivity.java67 getWindow().setBackgroundDrawable(new ColorDrawable(0xffffffff));
H A DColoredRectsActivity.java37 getWindow().setBackgroundDrawable(new ColorDrawable(0xff000000));
H A DPointsActivity.java41 getWindow().setBackgroundDrawable(new ColorDrawable(0xff000000));
H A DLinesActivity.java38 getWindow().setBackgroundDrawable(new ColorDrawable(0xffffffff));
/frameworks/base/core/java/android/widget/
H A DToggleButton.java131 public void setBackgroundDrawable(Drawable d) { method in class:ToggleButton
132 super.setBackgroundDrawable(d);
H A DSpinner.java179 popup.setBackgroundDrawable(a.getDrawable(
228 ((DropdownPopup) mPopup).setBackgroundDrawable(background);
826 public void setBackgroundDrawable(Drawable bg); method in interface:Spinner.SpinnerPopup
878 public void setBackgroundDrawable(Drawable bg) { method in class:Spinner.DialogPopup
H A DPopupWindow.java324 public void setBackgroundDrawable(Drawable background) { method in class:PopupWindow
912 mPopupView.setBackgroundDrawable(mAboveAnchorBackgroundDrawable);
914 mPopupView.setBackgroundDrawable(mBelowAnchorBackgroundDrawable);
966 popupViewContainer.setBackgroundDrawable(mBackground);
H A DActivityChooserView.java516 mActivityChooserContent.setBackgroundDrawable(mActivityChooserContentBackground);
518 mActivityChooserContent.setBackgroundDrawable(null);
H A DAutoCompleteTextView.java354 mPopup.setBackgroundDrawable(d);
365 mPopup.setBackgroundDrawable(getResources().getDrawable(id));
/frameworks/base/graphics/tests/graphicstests/src/android/graphics/drawable/
H A DStateListDrawableTest.java76 mockView.setBackgroundDrawable(slDrawable);
/frameworks/base/tests/DpiTest/src/com/google/android/test/dpi/
H A DDpiTestActivity.java172 view.setBackgroundDrawable(d);
183 view.setBackgroundDrawable(d);
205 view.setBackgroundDrawable(d);
/frameworks/base/core/java/com/android/internal/view/menu/
H A DIconMenuPresenter.java84 v.setBackgroundDrawable(parent.getItemBackgroundDrawable());
113 mMoreView.setBackgroundDrawable(menuView.getItemBackgroundDrawable());
H A DListMenuItemView.java82 setBackgroundDrawable(mBackground);
/frameworks/support/v4/java/android/support/v4/view/
H A DPagerTabStrip.java167 public void setBackgroundDrawable(Drawable d) { method in class:PagerTabStrip
168 super.setBackgroundDrawable(d);
/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarContextView.java81 setBackgroundDrawable(a.getDrawable(
115 mMenuView.setBackgroundDrawable(null);
129 mMenuView.setBackgroundDrawable(mSplitBackground);
231 mMenuView.setBackgroundDrawable(null);
244 mMenuView.setBackgroundDrawable(mSplitBackground);
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DRecentApplicationsBackground.java55 setBackgroundDrawable(null);
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard_obsolete/
H A DKeyguardViewBase.java87 setBackgroundDrawable(mBackgroundDrawable);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DIntruderAlertView.java170 content.setBackgroundDrawable(bg);
H A DToggleSlider.java68 mToggle.setBackgroundDrawable(res.getDrawable(R.drawable.status_bar_toggle_button));
/frameworks/base/core/java/android/view/
H A DWindow.java1011 setBackgroundDrawable(mContext.getResources().getDrawable(resid));
1022 public abstract void setBackgroundDrawable(Drawable drawable); method in class:Window
/frameworks/base/core/java/android/app/
H A DActionBar.java428 public abstract void setBackgroundDrawable(Drawable d); method in class:ActionBar

Completed in 337 milliseconds

12