Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/
DDreamOverlayDotImageView.java73 setImageDrawable(new DotDrawable(mDotColor)); in onFinishInflate()
76 private static class DotDrawable extends Drawable { class in DreamOverlayDotImageView
82 DotDrawable(@ColorInt int color) { in DotDrawable() method in DreamOverlayDotImageView.DotDrawable