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.java438 final Path rectPath = new Path(); in getOutline() local
440 rectPath.addRoundRect(mBgRect, interpolatedRadius, in getOutline()
442 outline.setPath(rectPath); in getOutline()