Searched refs:getRoundedRectPath (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/com/android/internal/widget/ |
D | MessagingImageMessage.java | 151 canvas.clipPath(getRoundedRectPath()); in onDraw() 166 public Path getRoundedRectPath() { in getRoundedRectPath() method in MessagingImageMessage
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | ExpandableOutlineView.java | 144 getRoundedRectPath(left, top, right, bottom, topRoundness, bottomRoundness, mTmpPath); in getClipPath() 148 public void getRoundedRectPath(int left, int top, int right, int bottom, in getRoundedRectPath() method in ExpandableOutlineView
|