Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableOutlineView.java40 public abstract class ExpandableOutlineView extends ExpandableView { class
44 ExpandableOutlineView::setTopRoundnessInternal,
45 ExpandableOutlineView::getCurrentTopRoundness,
51 ExpandableOutlineView::setBottomRoundnessInternal,
52 ExpandableOutlineView::getCurrentBottomRoundness,
177 public ExpandableOutlineView(Context context, AttributeSet attrs) { in ExpandableOutlineView() method in ExpandableOutlineView
193 ExpandableOutlineView.getRoundedRectPath(left, top, right, bottom, mOutlineRadius, in drawChild()
DActivatableNotificationView.java51 public abstract class ActivatableNotificationView extends ExpandableOutlineView {