Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/notification/
DNotificationMainView.java51 public class NotificationMainView extends FrameLayout implements SwipeDetector.Listener { class
53 private static FloatProperty<NotificationMainView> CONTENT_TRANSLATION =
54 new FloatProperty<NotificationMainView>("contentTranslation") {
56 public void setValue(NotificationMainView view, float v) {
61 public Float get(NotificationMainView view) {
80 public NotificationMainView(Context context) { in NotificationMainView() method in NotificationMainView
84 public NotificationMainView(Context context, AttributeSet attrs) { in NotificationMainView() method in NotificationMainView
88 public NotificationMainView(Context context, AttributeSet attrs, int defStyle) { in NotificationMainView() method in NotificationMainView
DNotificationItemView.java50 private final NotificationMainView mMainView;
/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
DShortcutMenuAccessibilityDelegate.java31 import com.android.launcher3.notification.NotificationMainView;
54 } else if (host instanceof NotificationMainView) { in addSupportedActions()
55 if (((NotificationMainView) host).canChildBeDismissed()) { in addSupportedActions()
87 if (!(host instanceof NotificationMainView)) { in performAction()
90 ((NotificationMainView) host).onChildDismissed(); in performAction()
/packages/apps/Launcher3/src/com/android/launcher3/popup/
DPopupContainerWithArrow.java21 import static com.android.launcher3.notification.NotificationMainView.NOTIFICATION_ITEM_INFO;