Searched refs:mBackgroundOverlay (Results 1 – 1 of 1) sorted by relevance
1948 private Bitmap mBackgroundOverlay; field in PeepholeAnimationEffect2113 mBackgroundOverlay = overlay; in setBackgroundOverlay()2118 if (mBackground != null && mBackgroundOverlay != null) { in drawBackground()2121 canvas.drawBitmap(mBackgroundOverlay, 0, 0, null); in drawBackground()2133 return (mBackground == null || mBackgroundOverlay == null); in shouldDrawSuper()