Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableOutlineViewController.java25 private final ExpandableOutlineView mView;
29 public ExpandableOutlineViewController(ExpandableOutlineView view, in ExpandableOutlineViewController()
H A DExpandableOutlineView.java43 public abstract class ExpandableOutlineView extends ExpandableView { class
166 public ExpandableOutlineView(Context context, AttributeSet attrs) { in ExpandableOutlineView() method in ExpandableOutlineView
H A DActivatableNotificationView.java56 public abstract class ActivatableNotificationView extends ExpandableOutlineView {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ui/viewbinder/
H A DExpandableOutlineViewBinder.kt3 import com.android.systemui.statusbar.notification.row.ExpandableOutlineView
9 view: ExpandableOutlineView,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/dagger/
H A DActivatableNotificationViewModule.java20 import com.android.systemui.statusbar.notification.row.ExpandableOutlineView;
36 ExpandableOutlineView bindExpandableOutlineView(ActivatableNotificationView view); in bindExpandableOutlineView()