Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DMessagingImageMessage.java161 canvas.clipPath(getRoundedRectPath()); in onDraw()
176 public Path getRoundedRectPath() { in getRoundedRectPath() method in MessagingImageMessage
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableOutlineView.java138 getRoundedRectPath(left, top, right, bottom, topRadius, bottomRadius, mTmpPath); in getClipPath()
146 public void getRoundedRectPath( in getRoundedRectPath() method in ExpandableOutlineView