Home
last modified time | relevance | path

Searched refs:ExpandableOutlineView (Results 1 – 5 of 5) 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.java42 public abstract class ExpandableOutlineView extends ExpandableView { class
163 public ExpandableOutlineView(Context context, AttributeSet attrs) { in ExpandableOutlineView() method in ExpandableOutlineView
DActivatableNotificationView.java63 public abstract class ActivatableNotificationView extends ExpandableOutlineView {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ui/viewbinder/
DExpandableOutlineViewBinder.kt3 import com.android.systemui.statusbar.notification.row.ExpandableOutlineView
9 view: ExpandableOutlineView, in bind()
/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()