Home
last modified time | relevance | path

Searched refs:mBackground (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
DCling.java61 private Drawable mBackground; field in Cling
112 mBackground = null; in cleanup()
213 if (mBackground == null) { in dispatchDraw()
217 mBackground = getResources().getDrawable(R.drawable.bg_cling1); in dispatchDraw()
221 mBackground = getResources().getDrawable(R.drawable.bg_cling2); in dispatchDraw()
224 mBackground = getResources().getDrawable(R.drawable.bg_cling3); in dispatchDraw()
226 mBackground = getResources().getDrawable(R.drawable.bg_cling4); in dispatchDraw()
228 mBackground = getResources().getDrawable(R.drawable.bg_cling5); in dispatchDraw()
231 if (mBackground != null) { in dispatchDraw()
232 mBackground.setBounds(0, 0, getMeasuredWidth(), getMeasuredHeight()); in dispatchDraw()
[all …]
DBubbleTextView.java59 private Drawable mBackground; field in BubbleTextView
81 mBackground = getBackground(); in init()
110 return who == mBackground || super.verifyDrawable(who); in verifyDrawable()
146 Drawable d = mBackground; in drawableStateChanged()
269 final Drawable background = mBackground; in draw()
310 if (mBackground != null) mBackground.setCallback(this); in onAttachedToWindow()
316 if (mBackground != null) mBackground.setCallback(null); in onDetachedFromWindow()
DWorkspace.java97 private Drawable mBackground; field in Workspace
421 mBackground = res.getDrawable(R.drawable.apps_customize_bg); in initWorkspace()
1144 if (mBackground == null) return;
1323 if (mBackground != null && mBackgroundAlpha > 0.0f && mDrawBackground) {
1325 mBackground.setAlpha(alpha);
1326 mBackground.setBounds(getScrollX(), 0, getScrollX() + getMeasuredWidth(),
1328 mBackground.draw(canvas);
1335 return (mBackground != null && mBackgroundAlpha > 0.0f && mDrawBackground);
/packages/apps/Email/src/com/android/email/activity/
DMailboxListItem.java52 private Drawable mBackground; field in MailboxListItem
79 mBackground = getBackground(); in onFinishInflate()
154 setBackgroundDrawable(mBackground); in setDropTargetBackground()
/packages/apps/Browser/src/com/android/browser/view/
DPieMenu.java99 private Drawable mBackground; field in PieMenu
150 mBackground = res.getDrawable(R.drawable.qc_background_normal); in init()
297 int w = mBackground.getIntrinsicWidth(); in onDraw()
298 int h = mBackground.getIntrinsicHeight(); in onDraw()
301 mBackground.setBounds(left, top, left + w, top + h); in onDraw()
306 mBackground.draw(canvas); in onDraw()
/packages/apps/Settings/src/com/android/settings/applications/
DRunningProcessesView.java109 if (mItem.mBackground) { in updateTime()
180 if (item.mBackground) { in bind()
DRunningServiceDetails.java177 } else if (mActiveItem.mItem.mBackground) { in onClick()
244 if (mi.mBackground) { in addServiceDetailsView()
DRunningState.java229 boolean mBackground; field in RunningState.BaseItem
472 mBackground = background; in update()
474 if (!mBackground) { in update()