Searched refs:ActivatableNotificationView (Results 1 – 12 of 12) sorted by relevance
19 import com.android.systemui.statusbar.notification.row.ActivatableNotificationView;33 ExpandableView bindExpandableView(ActivatableNotificationView view); in bindExpandableView()36 ExpandableOutlineView bindExpandableOutlineView(ActivatableNotificationView view); in bindExpandableOutlineView()
19 import com.android.systemui.statusbar.notification.row.ActivatableNotificationView;37 Builder activatableNotificationView(ActivatableNotificationView view); in activatableNotificationView()
25 import com.android.systemui.statusbar.notification.row.ActivatableNotificationView;85 abstract ActivatableNotificationView bindExpandableView(ExpandableNotificationRow view); in bindExpandableView()
28 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,
33 extends ViewController<ActivatableNotificationView> {40 public ActivatableNotificationViewController(ActivatableNotificationView view, in ActivatableNotificationViewController()
63 public abstract class ActivatableNotificationView extends ExpandableOutlineView { class120 public ActivatableNotificationView(Context context, AttributeSet attrs) { in ActivatableNotificationView() method in ActivatableNotificationView479 .withView(getCujType(isAppearing), ActivatableNotificationView.this); in startAppearAnimation()
137 public class ExpandableNotificationRow extends ActivatableNotificationView
41 private lateinit var mView: ActivatableNotificationView48 mView = object : ActivatableNotificationView(mContext, null) { in setUp()
47 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,
38 import com.android.systemui.statusbar.notification.row.ActivatableNotificationView;1049 if (child instanceof ActivatableNotificationView in updateZValuesForState()
121 import com.android.systemui.statusbar.notification.row.ActivatableNotificationView;544 if (!(view instanceof ActivatableNotificationView row)) {
110 import com.android.systemui.statusbar.notification.row.ActivatableNotificationView;783 if (child instanceof ActivatableNotificationView activatableView) { in updateBgColor()