Searched refs:ExpandableOutlineView (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | ExpandableOutlineView.java | 40 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()
|
D | ActivatableNotificationView.java | 51 public abstract class ActivatableNotificationView extends ExpandableOutlineView {
|