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

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DStaticBackground.java27 private BasicTexture mBackground; field in class:StaticBackground
42 if (mBackground != null) mBackground.recycle();
43 mBackground = new ResourceTexture(
51 if (mBackground != null) mBackground.recycle();
52 mBackground = new ResourceTexture(
59 //mBackground.draw(canvas, 0, 0, getWidth(), getHeight());
H A DAdaptiveBackground.java34 private BasicTexture mBackground; field in class:AdaptiveBackground
73 if (mBackground == null) {
74 mBackground = texture;
77 mOldBackground = mBackground;
78 mBackground = texture;
100 if (mBackground == null) return;
110 mBackground.draw(canvas, i - scroll, 0, width, height);
118 mBackground, ratio, i - scroll, 0, width, height);
/packages/apps/Launcher2/src/com/android/launcher2/
H A DCling.java54 private Drawable mBackground; field in class:Cling
104 mBackground = null;
169 if (mBackground == null) {
173 mBackground = getResources().getDrawable(R.drawable.bg_cling1);
177 mBackground = getResources().getDrawable(R.drawable.bg_cling2);
180 mBackground = getResources().getDrawable(R.drawable.bg_cling3);
182 mBackground = getResources().getDrawable(R.drawable.bg_cling4);
185 if (mBackground != null) {
186 mBackground.setBounds(0, 0, getMeasuredWidth(), getMeasuredHeight());
187 mBackground
[all...]
H A DBubbleTextView.java65 private Drawable mBackground; field in class:BubbleTextView
85 mBackground = getBackground();
118 return who == mBackground || super.verifyDrawable(who);
154 Drawable d = mBackground;
271 final Drawable background = mBackground;
303 if (mBackground != null) mBackground.setCallback(this);
309 if (mBackground != null) mBackground.setCallback(null);
H A DWorkspace.java106 private Drawable mBackground; field in class:Workspace
392 mBackground = res.getDrawable(R.drawable.apps_customize_bg);
1054 if (mBackground == null) return;
1269 if (mBackground != null && mBackgroundAlpha > 0.0f && mDrawBackground) {
1271 mBackground.setAlpha(alpha);
1272 mBackground.setBounds(mScrollX, 0, mScrollX + getMeasuredWidth(),
1274 mBackground.draw(canvas);
1281 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/Browser/src/com/android/browser/view/
H A DPieMenu.java85 private Drawable mBackground; field in class:PieMenu
134 mBackground = res.getDrawable(R.drawable.qc_background_normal);
256 int w = mBackground.getIntrinsicWidth();
257 int h = mBackground.getIntrinsicHeight();
260 mBackground.setBounds(left, top, left + w, top + h);
265 mBackground.draw(canvas);
/packages/apps/Settings/src/com/android/settings/applications/
H A DRunningProcessesView.java109 if (mItem.mBackground) {
180 if (item.mBackground) {
H A DRunningServiceDetails.java177 } else if (mActiveItem.mItem.mBackground) {
244 if (mi.mBackground) {
H A DRunningState.java229 boolean mBackground; field in class:RunningState.BaseItem
472 mBackground = background;
474 if (!mBackground) {

Completed in 114 milliseconds