Searched refs:mBackground (Results 1 – 8 of 8) sorted by relevance
61 private Drawable mBackground; field in Cling112 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 …]
59 private Drawable mBackground; field in BubbleTextView81 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()
97 private Drawable mBackground; field in Workspace421 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);
52 private Drawable mBackground; field in MailboxListItem79 mBackground = getBackground(); in onFinishInflate()154 setBackgroundDrawable(mBackground); in setDropTargetBackground()
99 private Drawable mBackground; field in PieMenu150 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()
109 if (mItem.mBackground) { in updateTime()180 if (item.mBackground) { in bind()
177 } else if (mActiveItem.mItem.mBackground) { in onClick()244 if (mi.mBackground) { in addServiceDetailsView()
229 boolean mBackground; field in RunningState.BaseItem472 mBackground = background; in update()474 if (!mBackground) { in update()