Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleFlyoutView.java501 final Path rectPath = new Path(); in getOutline() local
503 rectPath.addRoundRect(mBgRect, interpolatedRadius, in getOutline()
505 outline.setPath(rectPath); in getOutline()