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