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

/packages/apps/Launcher2/src/com/android/launcher2/
H A DBubbleTextView.java59 private Drawable mBackground; field in class:BubbleTextView
81 mBackground = getBackground();
110 return who == mBackground || super.verifyDrawable(who);
154 Drawable d = mBackground;
277 final Drawable background = mBackground;
318 if (mBackground != null) mBackground.setCallback(this);
324 if (mBackground != null) mBackground.setCallback(null);
H A DCling.java60 private Drawable mBackground; field in class:Cling
113 mBackground = null;
206 if (mBackground == null) {
210 mBackground = getResources().getDrawable(R.drawable.bg_cling1);
214 mBackground = getResources().getDrawable(R.drawable.bg_cling2);
217 mBackground = getResources().getDrawable(R.drawable.bg_cling3);
219 mBackground = getResources().getDrawable(R.drawable.bg_cling4);
221 mBackground = getResources().getDrawable(R.drawable.bg_cling5);
224 if (mBackground != null) {
225 mBackground
[all...]
H A DWorkspace.java94 private Drawable mBackground; field in class:Workspace
417 mBackground = res.getDrawable(R.drawable.apps_customize_bg);
1135 if (mBackground == null) return;
1295 if (mBackground != null && mBackgroundAlpha > 0.0f && mDrawBackground) {
1297 mBackground.setAlpha(alpha);
1298 mBackground.setBounds(getScrollX(), 0, getScrollX() + getMeasuredWidth(),
1300 mBackground.draw(canvas);
1310 return (mBackground != null && mBackgroundAlpha > 0.0f && mDrawBackground);
/packages/apps/Launcher3/src/com/android/launcher3/
H A DBubbleTextView.java64 private Drawable mBackground; field in class:BubbleTextView
96 mBackground = getBackground();
129 return who == mBackground || super.verifyDrawable(who);
173 Drawable d = mBackground;
301 final Drawable background = mBackground;
342 if (mBackground != null) mBackground.setCallback(this);
348 if (mBackground != null) mBackground.setCallback(null);
H A DCling.java65 private Drawable mBackground; field in class:Cling
264 mBackground = null;
366 if (mBackground == null) {
368 mBackground = getResources().getDrawable(R.drawable.bg_cling5);
377 } else if (mBackground != null) {
378 mBackground.setBounds(0, 0, getMeasuredWidth(), getMeasuredHeight());
379 mBackground.draw(canvas);
H A DWorkspace.java106 private Drawable mBackground; field in class:Workspace
422 mBackground = res.getDrawable(R.drawable.apps_customize_bg);
1335 if (mBackground == null) return;
1578 if (mBackground != null && mBackgroundAlpha > 0.0f && mDrawBackground) {
1580 mBackground.setAlpha(alpha);
1581 mBackground.setBounds(getScrollX(), 0, getScrollX() + getMeasuredWidth(),
1583 mBackground.draw(canvas);
1593 return (mBackground != null && mBackgroundAlpha > 0.0f && mDrawBackground);
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DCommonControllerOverlay.java57 protected final View mBackground; field in class:CommonControllerOverlay
83 mBackground = new View(context);
84 mBackground.setBackgroundColor(context.getResources().getColor(R.color.darker_transparent));
85 addView(mBackground, matchParent);
193 mBackground.setVisibility(View.INVISIBLE);
282 mBackground.layout(0, y - mTimeBar.getBarHeight(), w, y);
308 mBackground.setVisibility(View.VISIBLE);
H A DMovieControllerOverlay.java93 startHideAnimation(mBackground);
106 mBackground.setAnimation(null);
/packages/apps/Browser/src/com/android/browser/view/
H A DPieMenu.java99 private Drawable mBackground; field in class:PieMenu
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);
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
H A DPhotoTable.java125 private ViewGroup mBackground; field in class:PhotoTable
173 mBackground = (ViewGroup) findViewById(R.id.background);
615 mBackground.animate()
636 mBackground.animate()
699 mBackground.bringChildToFront(photo);
886 mBackground.addView(photo, new LayoutParams(LayoutParams.WRAP_CONTENT,
906 mBackground.removeView(photo);
913 return mBackgroudOptimization && mBackground.indexOfChild(photo) != -1;
/packages/apps/Settings/src/com/android/settings/applications/
H A DRunningProcessesView.java114 if (mItem.mBackground) {
188 if (item.mBackground) {
H A DRunningState.java317 boolean mBackground; field in class:RunningState.BaseItem
595 mBackground = background;
618 if (!mBackground) {
626 if (!mBackground) {
H A DRunningServiceDetails.java182 } else if (mActiveItem.mItem.mBackground) {
292 if (mi.mBackground) {
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DConversationItemView.java2131 private final Drawable mBackground; field in class:ConversationItemView.ShadowBuilder
2143 mBackground = mView.getResources().getDrawable(R.drawable.list_pressed_holo);
2163 mBackground.setBounds(0, 0, mView.getWidth(), mView.getHeight());
2164 mBackground.draw(canvas);

Completed in 379 milliseconds