Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/
H A DDreamOverlayDotImageView.java72 setImageDrawable(new DotDrawable(mDotColor)); in onFinishInflate()
75 private static class DotDrawable extends Drawable { class in DreamOverlayDotImageView
81 DotDrawable(@ColorInt int color) { in DotDrawable() method in DreamOverlayDotImageView.DotDrawable