Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleFlyoutView.java435 final float interpolatedRadius = getInterpolatedRadius(); in renderBackground() local
459 canvas.drawRoundRect(mBgRect, interpolatedRadius, interpolatedRadius, mBgPaint); in renderBackground()
502 final float interpolatedRadius = getInterpolatedRadius(); in getOutline() local
503 rectPath.addRoundRect(mBgRect, interpolatedRadius, in getOutline()
504 interpolatedRadius, Path.Direction.CW); in getOutline()