Searched refs:mBackgroundDrawable (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/view/
H A DDrawableBgMinSize.java42 private Drawable mBackgroundDrawable; field in class:DrawableBgMinSize
58 mBackgroundDrawable = getResources().getDrawable(R.drawable.drawable_background);
70 changeBackgrounds(mBackgroundDrawable);
83 changeBackgrounds(mBackgroundDrawable);
H A DDrawableBgMinSizeTest.java42 private Drawable mBackgroundDrawable; field in class:DrawableBgMinSizeTest
62 mBackgroundDrawable = a.getResources().getDrawable(R.drawable.drawable_background);
74 assertNotNull(mBackgroundDrawable);
85 view.getWidth() >= mBackgroundDrawable.getMinimumWidth());
87 view.getHeight() >= mBackgroundDrawable.getMinimumHeight());
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DErrorFragment.java50 private Drawable mBackgroundDrawable; field in class:ErrorFragment
93 mBackgroundDrawable = null;
112 mBackgroundDrawable = drawable;
126 return mBackgroundDrawable;
231 if (mBackgroundDrawable != null) {
232 mErrorFrame.setBackground(mBackgroundDrawable);
H A DErrorSupportFragment.java52 private Drawable mBackgroundDrawable; field in class:ErrorSupportFragment
95 mBackgroundDrawable = null;
114 mBackgroundDrawable = drawable;
128 return mBackgroundDrawable;
233 if (mBackgroundDrawable != null) {
234 mErrorFrame.setBackground(mBackgroundDrawable);
H A DBackgroundManager.java120 private Drawable mBackgroundDrawable; field in class:BackgroundManager
727 + mBackgroundColor + " drawable " + mBackgroundDrawable);
729 mService.setDrawable(mBackgroundDrawable);
746 mBackgroundDrawable = drawable == null ? null :
884 mBackgroundDrawable = null;
888 mBackgroundDrawable = drawable;
889 mService.setDrawable(mBackgroundDrawable);
952 if (mBackgroundDrawable == null) {
957 R.id.background_imagein, mBackgroundDrawable);
1084 if (DEBUG) Log.v(TAG, "applyBackgroundChanges drawable " + mBackgroundDrawable);
[all...]
/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneWindow.java232 private Drawable mBackgroundDrawable; field in class:PhoneWindow
1381 if (drawable != mBackgroundDrawable || mBackgroundResource != 0) {
1383 mBackgroundDrawable = drawable;
3824 if (mBackgroundDrawable == null) {
3936 background = mBackgroundDrawable;

Completed in 154 milliseconds