Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableOutlineViewController.java25 private final ExpandableOutlineView mView;
29 public ExpandableOutlineViewController(ExpandableOutlineView view, in ExpandableOutlineViewController()
DExpandableOutlineView.java39 public abstract class ExpandableOutlineView extends ExpandableView { class
43 ExpandableOutlineView::setTopRoundnessInternal,
44 ExpandableOutlineView::getCurrentTopRoundness,
50 ExpandableOutlineView::setBottomRoundnessInternal,
51 ExpandableOutlineView::getCurrentBottomRoundness,
162 public ExpandableOutlineView(Context context, AttributeSet attrs) { in ExpandableOutlineView() method in ExpandableOutlineView
DActivatableNotificationView.java49 public abstract class ActivatableNotificationView extends ExpandableOutlineView {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/dagger/
DActivatableNotificationViewModule.java20 import com.android.systemui.statusbar.notification.row.ExpandableOutlineView;
36 ExpandableOutlineView bindExpandableOutlineView(ActivatableNotificationView view); in bindExpandableOutlineView()