Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleBarBackground.kt125 val backgroundPath = Path() in draw() constant
133 backgroundPath.addRoundRect(left, top, right, bottom, radius, radius, Path.Direction.CW) in draw()
134 addArrowPathIfNeeded(backgroundPath, topOffset) in draw()
137 canvas.drawPath(backgroundPath, fillPaint) in draw()
138 canvas.drawPath(backgroundPath, strokePaint) in draw()