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

  /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);
77 if (mBackground != null) mBackground.jumpToCurrentState();
82 Drawable d = mBackground;
91 final Drawable background = mBackground;
97 mBackground.getPadding(bkg);
119 mBackground.draw(canvas);
134 mBackground.setCallback(this)
    [all...]
  /device/google/accessory/demokit/app/src/com/google/android/DemoKit/
Slider.java 19 private Drawable mBackground;
35 mBackground = background;
77 mBackground = res
80 mBackground = res
92 int bgW = mBackground.getIntrinsicWidth() / 2;
96 mBackground.setBounds(lineX - bgW, r.top + 10, lineX + bgW,
98 mBackground.draw(canvas);
107 int bgH = mBackground.getIntrinsicHeight() / 2;
111 mBackground.setBounds(r.left + 10, lineY - bgH, r.right - 10, lineY
113 mBackground.draw(canvas)
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
BubbleTextView.java 59 private Drawable mBackground;
81 mBackground = getBackground();
110 return who == mBackground || super.verifyDrawable(who);
146 Drawable d = mBackground;
269 final Drawable background = mBackground;
310 if (mBackground != null) mBackground.setCallback(this);
316 if (mBackground != null) mBackground.setCallback(null);
Cling.java 61 private Drawable mBackground;
112 mBackground = null;
213 if (mBackground == null) {
217 mBackground = getResources().getDrawable(R.drawable.bg_cling1);
221 mBackground = getResources().getDrawable(R.drawable.bg_cling2);
224 mBackground = getResources().getDrawable(R.drawable.bg_cling3);
226 mBackground = getResources().getDrawable(R.drawable.bg_cling4);
228 mBackground = getResources().getDrawable(R.drawable.bg_cling5);
231 if (mBackground != null) {
232 mBackground.setBounds(0, 0, getMeasuredWidth(), getMeasuredHeight())
    [all...]
Workspace.java 97 private Drawable mBackground;
421 mBackground = res.getDrawable(R.drawable.apps_customize_bg);
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
ActionBarContainer.java 41 private Drawable mBackground;
58 mBackground = a.getDrawable(com.android.internal.R.styleable.ActionBar_background);
70 mBackground == null && mStackedBackground == null);
80 mBackground = bg;
156 if (mBackground != null) {
157 mBackground.draw(canvas);
227 if (mBackground != null) {
228 mBackground.setBounds(mActionBarView.getLeft(), mActionBarView.getTop(),
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);
  /packages/apps/Email/src/com/android/email/activity/
MailboxListItem.java 52 private Drawable mBackground;
79 mBackground = getBackground();
154 setBackgroundDrawable(mBackground);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ImageWallpaper.java 103 Bitmap mBackground;
151 mBackground = null;
291 updateWallpaper = updateWallpaper || mBackground == null;
332 mBackground = null;
340 mBackground = mWallpaperManager.getBitmap();
348 mBackground = null;
361 mBackgroundWidth = mBackground != null ? mBackground.getWidth() : 0;
362 mBackgroundHeight = mBackground != null ? mBackground.getHeight() : 0
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
DifficultyMenuActivity.java 19 private View mBackground;
36 mBackground.startAnimation(mFadeOutAnimation);
55 mBackground.startAnimation(mFadeOutAnimation);
74 mBackground.startAnimation(mFadeOutAnimation);
96 mBackground = findViewById(R.id.mainMenuBackground);
MainMenuActivity.java 44 private View mBackground;
65 mBackground.startAnimation(mFadeOutAnimation);
81 mBackground.startAnimation(mFadeOutAnimation);
125 mBackground = findViewById(R.id.mainMenuBackground);
297 if (mBackground != null) {
298 mBackground.clearAnimation();
ExtrasMenuActivity.java 23 private View mBackground;
83 mBackground.startAnimation(mFadeOutAnimation);
103 mBackground = findViewById(R.id.mainMenuBackground);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
PreviewIconFactory.java 76 private RGB mBackground;
93 mBackground = null;
285 if (mBackground == null) {
304 assert mBackground != null;
542 mBackground = bg;
553 if (mBackground == null) {
557 return mBackground;
573 if (mBackground != null) {
582 if (mBackground != null) {
609 mBackground = ImageUtils.intToRgb(rgb)
    [all...]
PaletteControl.java 191 private Color mBackground;
323 if (mBackground != null) {
324 mBackground.dispose();
325 mBackground = null;
429 if (mBackground != null) {
430 mBackground.dispose();
431 mBackground = null;
435 mBackground = new Color(getDisplay(), background);
493 if (mPaletteMode.isPreview() && mBackground != null) {
494 wrapper.setBackground(mBackground);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
TestGraphics.java 35 private IColor mBackground = new TestColor(0x000000);
115 return mBackground;
143 mBackground = color;
  /frameworks/base/core/java/android/widget/
PopupWindow.java 113 private Drawable mBackground;
185 mBackground = a.getDrawable(R.styleable.PopupWindow_popupBackground);
200 if (mBackground instanceof StateListDrawable) {
201 StateListDrawable background = (StateListDrawable) mBackground;
313 return mBackground;
323 mBackground = background;
904 if (mBackground != null) {
    [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 46 private Drawable mBackground;
64 mBackground = a.getDrawable(com.android.internal.R.styleable.MenuView_itemBackground);
82 setBackgroundDrawable(mBackground);
  /packages/apps/Browser/src/com/android/browser/view/
PieMenu.java 99 private Drawable mBackground;
150 mBackground = res.getDrawable(R.drawable.qc_background_normal);
297 int w = mBackground.getIntrinsicWidth();
298 int h = mBackground.getIntrinsicHeight();
301 mBackground.setBounds(left, top, left + w, top + h);
306 mBackground.draw(canvas);
  /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/android/view/
View.java     [all...]
  /packages/apps/Settings/src/com/android/settings/applications/
RunningProcessesView.java 109 if (mItem.mBackground) {
180 if (item.mBackground) {
RunningServiceDetails.java 177 } else if (mActiveItem.mItem.mBackground) {
244 if (mi.mBackground) {
RunningState.java 229 boolean mBackground;
472 mBackground = background;
474 if (!mBackground) {
    [all...]

Completed in 794 milliseconds