Home
last modified time | relevance | path

Searched refs:NotificationMainView (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
H A DShortcutMenuAccessibilityDelegate.java31 import com.android.launcher3.notification.NotificationMainView;
55 } else if (host instanceof NotificationMainView) { in getSupportedActions()
56 if (((NotificationMainView) host).canChildBeDismissed()) { in getSupportedActions()
84 if (!(host instanceof NotificationMainView)) { in performAction()
87 ((NotificationMainView) host).onChildDismissed(); in performAction()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/notification/
H A DNotificationContainer.java73 private final NotificationMainView mPrimaryView;
74 private final NotificationMainView mSecondaryView;
91 mPrimaryView = (NotificationMainView) View.inflate(getContext(), in NotificationContainer()
93 mSecondaryView = (NotificationMainView) View.inflate(getContext(), in NotificationContainer()
252 NotificationMainView current = mPrimaryView; in onDragEnd()
H A DNotificationMainView.java52 public class NotificationMainView extends LinearLayout { class
84 public NotificationMainView(Context context) { in NotificationMainView() method in NotificationMainView
88 public NotificationMainView(Context context, AttributeSet attrs) { in NotificationMainView() method in NotificationMainView
92 public NotificationMainView(Context context, AttributeSet attrs, int defStyle) { in NotificationMainView() method in NotificationMainView
96 public NotificationMainView(Context context, AttributeSet attrs, int defStyle, int defStylRes) { in NotificationMainView() method in NotificationMainView