Searched refs:setOutlineRect (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
H A D | ExpandableOutlineView.java | 292 protected void setOutlineRect(RectF rect) { in setOutlineRect() method in ExpandableOutlineView 294 setOutlineRect(rect.left, rect.top, rect.right, rect.bottom); in setOutlineRect() 349 protected void setOutlineRect(float left, float top, float right, float bottom) { in setOutlineRect() method in ExpandableOutlineView
|
H A D | ActivatableNotificationView.java | 518 setOutlineRect(mTargetPoint.x * fraction, in updateAppearRect() 524 setOutlineRect(0, mAppearAnimationTranslation, getWidth(), in updateAppearRect() 649 setOutlineRect(null); in enableAppearDrawing()
|