Home
last modified time | relevance | path

Searched refs:ActivatableNotificationView (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/dagger/
DActivatableNotificationViewModule.java19 import com.android.systemui.statusbar.notification.row.ActivatableNotificationView;
33 ExpandableView bindExpandableView(ActivatableNotificationView view); in bindExpandableView()
36 ExpandableOutlineView bindExpandableOutlineView(ActivatableNotificationView view); in bindExpandableOutlineView()
DNotificationRowComponent.java19 import com.android.systemui.statusbar.notification.row.ActivatableNotificationView;
37 Builder activatableNotificationView(ActivatableNotificationView view); in activatableNotificationView()
DExpandableNotificationRowComponent.java25 import com.android.systemui.statusbar.notification.row.ActivatableNotificationView;
85 abstract ActivatableNotificationView bindExpandableView(ExpandableNotificationRow view); in bindExpandableView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ui/viewbinder/
DActivatableNotificationViewBinder.kt28 import com.android.systemui.statusbar.notification.row.ActivatableNotificationView in <lambda>()
38 view: ActivatableNotificationView, in <lambda>()
55 private suspend fun ActivatableNotificationView.registerListenersWhileAttached( in <lambda>()
69 private val view: ActivatableNotificationView,
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DActivatableNotificationViewController.java33 extends ViewController<ActivatableNotificationView> {
40 public ActivatableNotificationViewController(ActivatableNotificationView view, in ActivatableNotificationViewController()
DActivatableNotificationView.java63 public abstract class ActivatableNotificationView extends ExpandableOutlineView { class
120 public ActivatableNotificationView(Context context, AttributeSet attrs) { in ActivatableNotificationView() method in ActivatableNotificationView
479 .withView(getCujType(isAppearing), ActivatableNotificationView.this); in startAppearAnimation()
DExpandableNotificationRow.java137 public class ExpandableNotificationRow extends ActivatableNotificationView
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DActivatableNotificationViewTest.kt41 private lateinit var mView: ActivatableNotificationView
48 mView = object : ActivatableNotificationView(mContext, null) { in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java47 import com.android.systemui.statusbar.notification.row.ActivatableNotificationView;
67 public class NotificationShelf extends ActivatableNotificationView {
464 if (child instanceof ActivatableNotificationView anv) { in updateAppearance()
530 ActivatableNotificationView anv,
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithm.java38 import com.android.systemui.statusbar.notification.row.ActivatableNotificationView;
1049 if (child instanceof ActivatableNotificationView in updateZValuesForState()
DNotificationStackScrollLayoutController.java121 import com.android.systemui.statusbar.notification.row.ActivatableNotificationView;
544 if (!(view instanceof ActivatableNotificationView row)) {
DNotificationStackScrollLayout.java110 import com.android.systemui.statusbar.notification.row.ActivatableNotificationView;
783 if (child instanceof ActivatableNotificationView activatableView) { in updateBgColor()