Searched refs:getRoundedRectPath (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | ExpandableOutlineView.java | 142 getRoundedRectPath(left, top, right, bottom, topRoundness, bottomRoundness, mTmpPath); in getClipPath() 146 public void getRoundedRectPath(int left, int top, int right, int bottom, in getRoundedRectPath() method in ExpandableOutlineView 176 getRoundedRectPath(left, top, right, bottom, mOutlineRadius, 0.0f, mClipPath); in drawChild()
|
/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
|