Searched refs:mDotBitmap (Results 1 – 1 of 1) sorted by relevance
77 private Bitmap mDotBitmap; field in DreamOverlayDotImageView.DotDrawable91 if (mDotBitmap == null) { in draw()92 mDotBitmap = createBitmap(mBounds.width(), mBounds.height()); in draw()95 canvas.drawBitmap(mDotBitmap, null, mBounds, mPaint); in draw()103 mDotBitmap = null; in onBoundsChange()