Home
last modified time | relevance | path

Searched refs:mDotBitmap (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/
H A DDreamOverlayDotImageView.java77 private Bitmap mDotBitmap; field in DreamOverlayDotImageView.DotDrawable
91 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()