Searched refs:mBackground (Results 1 - 10 of 10) 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
416 mBackground = res.getDrawable(R.drawable.apps_customize_bg);
1135 if (mBackground == null) return;
1290 if (mBackground != null && mBackgroundAlpha > 0.0f && mDrawBackground) {
1292 mBackground.setAlpha(alpha);
1293 mBackground.setBounds(getScrollX(), 0, getScrollX() + getMeasuredWidth(),
1295 mBackground.draw(canvas);
1305 return (mBackground != null && mBackgroundAlpha > 0.0f && mDrawBackground);
/packages/apps/Email/src/com/android/email/activity/
H A DMailboxListItem.java52 private Drawable mBackground; field in class:MailboxListItem
79 mBackground = getBackground();
154 setBackgroundDrawable(mBackground);
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DCommonControllerOverlay.java56 protected final View mBackground; field in class:CommonControllerOverlay
78 mBackground = new View(context);
79 mBackground.setBackgroundColor(context.getResources().getColor(R.color.darker_transparent));
80 addView(mBackground, matchParent);
185 mBackground.setVisibility(View.INVISIBLE);
274 mBackground.layout(0, y - mTimeBar.getBarHeight(), w, y);
304 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/apps/Settings/src/com/android/settings/applications/
H A DRunningProcessesView.java113 if (mItem.mBackground) {
187 if (item.mBackground) {
H A DRunningState.java316 boolean mBackground; field in class:RunningState.BaseItem
588 mBackground = background;
611 if (!mBackground) {
619 if (!mBackground) {
H A DRunningServiceDetails.java182 } else if (mActiveItem.mItem.mBackground) {
292 if (mi.mBackground) {

Completed in 220 milliseconds