Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableOutlineView.java143 getRoundedRectPath(left, top, right, bottom, topRoundness, in getClipPath()
148 public static void getRoundedRectPath(int left, int top, int right, int bottom, in getRoundedRectPath() method in ExpandableOutlineView
193 ExpandableOutlineView.getRoundedRectPath(left, top, right, bottom, mOutlineRadius, in drawChild()
/frameworks/base/core/java/com/android/internal/widget/
DMessagingImageMessage.java151 canvas.clipPath(getRoundedRectPath()); in onDraw()
160 public Path getRoundedRectPath() { in getRoundedRectPath() method in MessagingImageMessage