HomeSort by relevance Sort by last modified time
    Searched refs:mBackground (Results 1 - 22 of 22) sorted by null

  /packages/apps/Camera/src/com/android/camera/ui/
GLOptionHeader.java 36 private Texture mBackground;
55 if (mBackground == background) return;
56 mBackground = background;
69 if (mBackground != null) {
70 mBackground.draw(root, 0, 0, getWidth(), getHeight());
PopupWindow.java 38 protected Texture mBackground;
52 if (background == mBackground) return;
53 mBackground = background;
55 setPaddings(((NinePatchTexture) mBackground).getPaddings());
131 if (mBackground != null) {
132 mBackground.draw(root, 0, 0,
166 if (mBackground != null) {
167 mBackground.draw(root, 0, 0,
IndicatorBar.java 30 private NinePatchTexture mBackground;
42 mBackground.draw(root, 0, 0, getWidth(), getHeight());
77 if (mBackground == background) return;
78 mBackground = background;
  /frameworks/base/policy/src/com/android/internal/policy/impl/
RecentApplicationsBackground.java 39 private Drawable mBackground;
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);
  /packages/apps/Launcher2/src/com/android/launcher2/
BubbleTextView.java 44 private Drawable mBackground;
66 mBackground = getBackground();
89 return who == mBackground || super.verifyDrawable(who);
94 Drawable d = mBackground;
103 final Drawable background = mBackground;
139 mBackground.setCallback(this);
145 mBackground.setCallback(null);
  /packages/apps/Gallery3D/src/com/cooliris/media/
BackgroundLayer.java 29 private CrossFadingTexture mBackground;
58 CrossFadingTexture background = mBackground;
61 mBackground = background;
108 CrossFadingTexture anchorTexture = mBackground;
109 if (mBackground == null || mFallbackBackground == null)
153 mBackground = null;
PopupMenu.java 291 private final NinePatch mBackground;
301 mBackground = new NinePatch(background, background.getNinePatchChunk(), null);
316 mBackground.draw(canvas, mBackgroundRect, SRC_PAINT);
TimeBar.java 75 private NinePatch mBackground;
92 mBackground = new NinePatch(background, background.getNinePatchChunk(), null);
428 mBackground.draw(canvas, mBackgroundRect, SRC_PAINT);
GridLayer.java 95 private final BackgroundLayer mBackground;
127 mBackground = new BackgroundLayer(this);
200 mBackground.clear();
208 mBackground.generate(view, lists);
218 mBackground.setSize(mWidth, mHeight);
433 mBackground.clear();
757 mBackground.clearCache();
772 mBackground.clear();
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
StatusBarView.java 43 FixedSizeDrawable mBackground;
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/
ImageWallpaper.java 74 Drawable mBackground;
145 final Drawable background = mBackground;
173 mBackground = mWallpaperManager.getFastDrawable();
  /frameworks/base/core/java/android/widget/
PopupWindow.java 107 private Drawable mBackground;
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);
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
WindowSurface.java 163 final Paint mBackground = new Paint();
179 mBackground.setColor(0xff000000);
234 canvas.drawColor(mBackground.getColor());
  /frameworks/base/core/java/com/android/internal/view/menu/
ListMenuItemView.java 44 private Drawable mBackground;
57 mBackground = a.getDrawable(com.android.internal.R.styleable.MenuView_itemBackground);
73 setBackgroundDrawable(mBackground);
  /development/samples/Home/src/com/example/android/home/
ApplicationsStackLayout.java 83 private Drawable mBackground;
116 mBackground = getBackground();
132 final Drawable background = mBackground;
  /frameworks/base/core/java/com/android/internal/widget/
RotarySelector.java 59 private Bitmap mBackground;
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/
WebTextView.java 78 private Drawable mBackground;
706 setBackgroundDrawable(inPassword ? mBackground : null);
741 if (mBackground != null) {
744 mBackground = new OutlineDrawable();
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinKeyboard.java     [all...]
  /development/apps/Term/src/com/android/term/
Term.java     [all...]
  /packages/apps/Settings/src/com/android/settings/applications/
RunningProcessesView.java 111 if (mItem.mBackground) {
182 if (item.mBackground) {
RunningServiceDetails.java 176 } else if (mActiveItem.mItem.mBackground) {
243 if (mi.mBackground) {
RunningState.java 212 boolean mBackground;
453 mBackground = background;
455 if (!mBackground) {
    [all...]

Completed in 1078 milliseconds