Searched refs:ExpandableOutlineView (Results 1 – 4 of 4) sorted by relevance
25 private final ExpandableOutlineView mView;29 public ExpandableOutlineViewController(ExpandableOutlineView view, in ExpandableOutlineViewController()
39 public abstract class ExpandableOutlineView extends ExpandableView { class43 ExpandableOutlineView::setTopRoundnessInternal,44 ExpandableOutlineView::getCurrentTopRoundness,50 ExpandableOutlineView::setBottomRoundnessInternal,51 ExpandableOutlineView::getCurrentBottomRoundness,162 public ExpandableOutlineView(Context context, AttributeSet attrs) { in ExpandableOutlineView() method in ExpandableOutlineView
49 public abstract class ActivatableNotificationView extends ExpandableOutlineView {
20 import com.android.systemui.statusbar.notification.row.ExpandableOutlineView;36 ExpandableOutlineView bindExpandableOutlineView(ActivatableNotificationView view); in bindExpandableOutlineView()