Searched refs:ExpandableOutlineView (Results 1 – 4 of 4) sorted by relevance
25 private final ExpandableOutlineView mView;29 public ExpandableOutlineViewController(ExpandableOutlineView view, in ExpandableOutlineViewController()
40 public abstract class ExpandableOutlineView extends ExpandableView { class44 ExpandableOutlineView::setTopRoundnessInternal,45 ExpandableOutlineView::getCurrentTopRoundness,51 ExpandableOutlineView::setBottomRoundnessInternal,52 ExpandableOutlineView::getCurrentBottomRoundness,160 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()