Searched refs:setBackgroundResource (Results 1 - 14 of 14) sorted by relevance

/frameworks/base/tests/GridLayoutTest/src/com/android/test/layout/
H A DLayoutInsetsTest.java38 b.setBackgroundResource(R.drawable.btn_default_normal);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DQuickSettingsBasicTile.java48 setBackgroundResource(R.drawable.qs_tile_background);
/frameworks/support/v4/java/android/support/v4/view/
H A DPagerTabStrip.java183 public void setBackgroundResource(int resId) { method in class:PagerTabStrip
184 super.setBackgroundResource(resId);
/frameworks/base/core/java/com/android/internal/app/
H A DAlertController.java671 lastView.setBackgroundResource(lastLight ? topBright : topDark);
673 lastView.setBackgroundResource(lastLight ? centerBright : centerDark);
687 lastView.setBackgroundResource(
690 lastView.setBackgroundResource(lastLight ? fullBright : fullDark);
707 contentPanel.setBackgroundResource(bottomBright);
708 buttonPanel.setBackgroundResource(centerMedium);
/frameworks/base/core/java/com/android/internal/widget/
H A DSlidingTab.java193 tab.setBackgroundResource(tabId);
202 text.setBackgroundResource(barId);
224 tab.setBackgroundResource(tabId);
228 text.setBackgroundResource(barId);
H A DActionBarView.java176 setBackgroundResource(0);
/frameworks/base/core/java/android/widget/
H A DTabHost.java607 tabIndicator.setBackgroundResource(R.drawable.tab_indicator_v4);
652 tabIndicator.setBackgroundResource(R.drawable.tab_indicator_v4);
H A DEditor.java2056 mContentView.setBackgroundResource(
2907 mContentView.setBackgroundResource(
3852 mView.setBackgroundResource(mPopupInlineErrorBackgroundId);
3867 mView.setBackgroundResource(above ? mPopupInlineErrorAboveBackgroundId :
H A DFastScroller.java424 mPreviewImage.setBackgroundResource(previewResId);
/frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/
H A DActivityTestMain.java80 iv.setBackgroundResource(android.R.drawable.gallery_thumb);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DBaseStatusBar.java373 content.setBackgroundResource(R.drawable.notification_row_legacy_bg);
375 content.setBackgroundResource(com.android.internal.R.drawable.notification_bg);
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
H A DTimePickerDialog.java339 mDoneButton.setBackgroundResource(mThemeDark? darkDoneBackground : doneBackground);
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DActionBarView.java170 setBackgroundResource(0);
/frameworks/base/core/java/android/view/
H A DView.java15296 public void setBackgroundResource(int resid) { method in class:View

Completed in 878 milliseconds