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.java389 final Path rectPath = new Path(); in getOutline() local
392 rectPath.addRoundRect(mBgRect, interpolatedRadius, in getOutline()
394 outline.setConvexPath(rectPath); in getOutline()