Searched refs:mBackground (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DRecentApplicationsBackground.java39 private Drawable mBackground; field in class:RecentApplicationsBackground
54 mBackground = getBackground();
71 return who == mBackground || super.verifyDrawable(who);
76 Drawable d = mBackground;
85 final Drawable background = mBackground;
91 mBackground.getPadding(bkg);
113 mBackground.draw(canvas);
128 mBackground.setCallback(this);
135 mBackground.setCallback(null);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DStatusBarView.java43 FixedSizeDrawable mBackground; field in class:StatusBarView
56 mBackground = new FixedSizeDrawable(mDate.getBackground());
57 mBackground.setFixedBounds(0, 0, 0, 0);
58 mDate.setBackgroundDrawable(mBackground);
100 mBackground.setFixedBounds(-mDate.getLeft(), -mDate.getTop(), (r-l), (b-t));
/frameworks/base/core/java/com/android/internal/service/wallpaper/
H A DImageWallpaper.java74 Drawable mBackground; field in class:ImageWallpaper.DrawableEngine
145 final Drawable background = mBackground;
173 mBackground = mWallpaperManager.getFastDrawable();
/frameworks/base/core/java/android/widget/
H A DPopupWindow.java107 private Drawable mBackground; field in class:PopupWindow
170 mBackground = a.getDrawable(R.styleable.PopupWindow_popupBackground);
185 if (mBackground instanceof StateListDrawable) {
186 StateListDrawable background = (StateListDrawable) mBackground;
298 return mBackground;
308 mBackground = background;
826 if (mBackground != null) {
872 if (mBackground != null) {
886 popupViewContainer.setBackgroundDrawable(mBackground);
928 if (mBackground !
[all...]
/frameworks/base/core/java/com/android/internal/view/menu/
H A DListMenuItemView.java44 private Drawable mBackground; field in class:ListMenuItemView
57 mBackground = a.getDrawable(com.android.internal.R.styleable.MenuView_itemBackground);
73 setBackgroundDrawable(mBackground);
/frameworks/base/core/java/com/android/internal/widget/
H A DRotarySelector.java59 private Bitmap mBackground; field in class:RotarySelector
181 mBackground = getBitmapFor(R.drawable.jog_dial_bg);
195 mBackgroundWidth = mBackground.getWidth();
196 mBackgroundHeight = mBackground.getHeight();
309 canvas.drawBitmap(mBackground, mBgMatrix, mPaint);
/frameworks/base/core/java/android/webkit/
H A DWebTextView.java78 private Drawable mBackground; field in class:WebTextView
706 setBackgroundDrawable(inPassword ? mBackground : null);
741 if (mBackground != null) {
744 mBackground = new OutlineDrawable();

Completed in 161 milliseconds