Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleFlyoutView.java543 final Path rectPath = new Path(); in getOutline() local
545 rectPath.addRoundRect(mBgRect, interpolatedRadius, in getOutline()
547 outline.setPath(rectPath); in getOutline()