Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleFlyoutView.java381 final Path rectPath = new Path(); in getOutline() local
382 rectPath.addRoundRect(mBgRect, mCornerRadius, mCornerRadius, Path.Direction.CW); in getOutline()
383 outline.setConvexPath(rectPath); in getOutline()