Searched refs:mBackground (Results 1 - 12 of 12) 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
418 mBackground = res.getDrawable(R.drawable.apps_customize_bg);
1137 if (mBackground == null) return;
1296 if (mBackground != null && mBackgroundAlpha > 0.0f && mDrawBackground) {
1298 mBackground.setAlpha(alpha);
1299 mBackground.setBounds(getScrollX(), 0, getScrollX() + getMeasuredWidth(),
1301 mBackground.draw(canvas);
1311 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.java57 protected final View mBackground; field in class:CommonControllerOverlay
79 mBackground = new View(context);
80 mBackground.setBackgroundColor(context.getResources().getColor(R.color.darker_transparent));
81 addView(mBackground, matchParent);
189 mBackground.setVisibility(View.INVISIBLE);
278 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/Dialer/src/com/android/dialer/dialpad/
H A DSmartDialController.java99 private final View mBackground; field in class:SmartDialController
122 mBackground = parent.findViewById(R.id.dialpad_smartdial_list_background);
279 mBackground.animate().withLayer().alpha(noSuggestions ? 1.0f : BACKGROUND_FADE_AMOUNT);
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
H A DPhotoTable.java126 private ViewGroup mBackground; field in class:PhotoTable
171 mBackground = (ViewGroup) findViewById(R.id.background);
606 mBackground.animate()
616 mBackground.animate()
661 mBackground.bringChildToFront(photo);
851 mBackground.addView(photo, new LayoutParams(LayoutParams.WRAP_CONTENT,
858 mBackground.removeView(photo);
868 mBackground.removeView(photo);
875 return mBackground.indexOfChild(photo) != -1;
/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
594 mBackground = background;
617 if (!mBackground) {
625 if (!mBackground) {
H A DRunningServiceDetails.java182 } else if (mActiveItem.mItem.mBackground) {
292 if (mi.mBackground) {

Completed in 250 milliseconds