Searched refs:mDrawBackground (Results 1 – 3 of 3) sorted by relevance
59 private boolean mDrawBackground; field in TouchCircleDrawable134 if (mDrawBackground) { in draw()207 mDrawBackground = true; in animate()216 mDrawBackground = false; in animate()225 mDrawBackground = false; in animate()
96 boolean mDrawBackground = true; field in Workspace1129 mDrawBackground = false;1132 mDrawBackground = true;1296 if (mBackground != null && mBackgroundAlpha > 0.0f && mDrawBackground) {1311 return (mBackground != null && mBackgroundAlpha > 0.0f && mDrawBackground);
96 private boolean mDrawBackground = true; field in CellLayout378 mDrawBackground = false; in disableBackground()408 if (mDrawBackground && mBackgroundAlpha > 0.0f) { in onDraw()