Searched refs:mDotBitmap (Results 1 – 1 of 1) sorted by relevance
78 private Bitmap mDotBitmap; field in DreamOverlayDotImageView.DotDrawable92 if (mDotBitmap == null) { in draw()93 mDotBitmap = createBitmap(mBounds.width(), mBounds.height()); in draw()96 canvas.drawBitmap(mDotBitmap, null, mBounds, mPaint); in draw()104 mDotBitmap = null; in onBoundsChange()