Searched refs:ActivatableNotificationView (Results 1 – 13 of 13) sorted by relevance
27 import com.android.systemui.statusbar.notification.row.ActivatableNotificationView37 view: ActivatableNotificationView,54 private suspend fun ActivatableNotificationView.registerListenersWhileAttached(68 private val view: ActivatableNotificationView,86 if (!falseTap && v is ActivatableNotificationView) {
33 extends ViewController<ActivatableNotificationView> {40 public ActivatableNotificationViewController(ActivatableNotificationView view, in ActivatableNotificationViewController()84 if (!falseTap && v instanceof ActivatableNotificationView) { in onTouch()85 ((ActivatableNotificationView) v).onTap(); in onTouch()
56 public abstract class ActivatableNotificationView extends ExpandableOutlineView { class114 public ActivatableNotificationView(Context context, AttributeSet attrs) { in ActivatableNotificationView() method in ActivatableNotificationView455 .withView(getCujType(isAppearing), ActivatableNotificationView.this); in startAppearAnimation()
133 public class ExpandableNotificationRow extends ActivatableNotificationView
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()
21 import com.android.systemui.statusbar.notification.row.ActivatableNotificationView;59 abstract ActivatableNotificationView bindNotificationShelf(NotificationShelf view); in bindNotificationShelf()
25 import com.android.systemui.statusbar.notification.row.ActivatableNotificationView;78 abstract ActivatableNotificationView bindExpandableView(ExpandableNotificationRow view); in bindExpandableView()
41 private lateinit var mView: ActivatableNotificationView48 mView = object : ActivatableNotificationView(mContext, null) {
48 import com.android.systemui.statusbar.notification.row.ActivatableNotificationView;68 public class NotificationShelf extends ActivatableNotificationView implements StateListener {461 if (child instanceof ActivatableNotificationView) { in updateAppearance()462 ActivatableNotificationView anv = (ActivatableNotificationView) child; in updateAppearance()534 ActivatableNotificationView anv,
112 import com.android.systemui.statusbar.notification.row.ActivatableNotificationView;467 if (!(view instanceof ActivatableNotificationView)) {470 ActivatableNotificationView row = (ActivatableNotificationView) view;
36 import com.android.systemui.statusbar.notification.row.ActivatableNotificationView;909 if (child instanceof ActivatableNotificationView in updateZValuesForState()
111 import com.android.systemui.statusbar.notification.row.ActivatableNotificationView;784 if (child instanceof ActivatableNotificationView) { in updateBgColor()785 ((ActivatableNotificationView) child).updateBackgroundColors(); in updateBgColor()