Searched defs:mBackgroundDrawable (Results 1 - 7 of 7) 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.java108 private Drawable mBackgroundDrawable; field in class:BackgroundManager
439 + mBackgroundColor + " drawable " + mBackgroundDrawable);
441 mService.setDrawable(mBackgroundDrawable);
453 mBackgroundDrawable = drawable == null ? null :
572 mBackgroundDrawable = null;
587 if (mBackgroundDrawable == null) {
591 mImageInWrapper = new DrawableWrapper(mBackgroundDrawable);
592 mLayerDrawable.setDrawableByLayerId(R.id.background_imagein, mBackgroundDrawable);
704 if (DEBUG) Log.v(TAG, "applyBackgroundChanges drawable " + mBackgroundDrawable);
715 if (mImageInWrapper == null && mBackgroundDrawable !
[all...]
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardWidgetFrame.java68 private Drawable mBackgroundDrawable; field in class:KeyguardWidgetFrame
116 mBackgroundDrawable = res.getDrawable(R.drawable.kg_widget_bg_padded);
228 Drawable bg = mBackgroundDrawable;
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindow.java220 private Drawable mBackgroundDrawable; field in class:PhoneWindow
1363 if (drawable != mBackgroundDrawable || mBackgroundResource != 0) {
1365 mBackgroundDrawable = drawable;
3520 if (mBackgroundDrawable == null) {
3632 background = mBackgroundDrawable;

Completed in 166 milliseconds