Searched defs:setBackgroundResource (Results 1 - 12 of 12) sorted by relevance

/frameworks/support/v7/appcompat/tests/src/android/support/v7/testutils/
H A DAppCompatTintableViewActions.java174 public static ViewAction setBackgroundResource(final @DrawableRes int resId) { method in class:AppCompatTintableViewActions
190 view.setBackgroundResource(resId);
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DAppCompatAutoCompleteTextView.java91 public void setBackgroundResource(@DrawableRes int resId) { method in class:AppCompatAutoCompleteTextView
92 super.setBackgroundResource(resId);
H A DAppCompatEditText.java73 public void setBackgroundResource(@DrawableRes int resId) { method in class:AppCompatEditText
74 super.setBackgroundResource(resId);
H A DAppCompatMultiAutoCompleteTextView.java91 public void setBackgroundResource(@DrawableRes int resId) { method in class:AppCompatMultiAutoCompleteTextView
92 super.setBackgroundResource(resId);
H A DAppCompatImageButton.java112 public void setBackgroundResource(@DrawableRes int resId) { method in class:AppCompatImageButton
113 super.setBackgroundResource(resId);
H A DAppCompatImageView.java122 public void setBackgroundResource(@DrawableRes int resId) { method in class:AppCompatImageView
123 super.setBackgroundResource(resId);
H A DAppCompatButton.java81 public void setBackgroundResource(@DrawableRes int resId) { method in class:AppCompatButton
82 super.setBackgroundResource(resId);
H A DAppCompatTextView.java85 public void setBackgroundResource(@DrawableRes int resId) { method in class:AppCompatTextView
86 super.setBackgroundResource(resId);
H A DAppCompatSpinner.java460 public void setBackgroundResource(@DrawableRes int resId) { method in class:AppCompatSpinner
461 super.setBackgroundResource(resId);
/frameworks/support/core-ui/java/android/support/v4/view/
H A DPagerTabStrip.java188 public void setBackgroundResource(@DrawableRes int resId) { method in class:PagerTabStrip
189 super.setBackgroundResource(resId);
/frameworks/support/design/src/android/support/design/widget/
H A DFloatingActionButton.java295 public void setBackgroundResource(int resid) { method in class:FloatingActionButton
/frameworks/base/core/java/android/view/
H A DView.java20369 public void setBackgroundResource(@DrawableRes int resid) { method in class:View

Completed in 227 milliseconds