Searched refs:mDrawBackground (Results 1 – 2 of 2) 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);