Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleIconFactory.java136 Path circlePath = new Path(); in getCircleBitmap() local
137 circlePath.addCircle(/* x */ size / 2f, in getCircleBitmap()
141 canvas.clipPath(circlePath); in getCircleBitmap()