Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBadgedImageView.java85 Path circlePath = new Path(); in onDraw() local
87 circlePath.addCircle(radius /* x */, radius /* y */, radius, Path.Direction.CW); in onDraw()
88 mDotRenderer = new DotRenderer(mIconBitmapSize, circlePath, DEFAULT_PATH_SIZE); in onDraw()