Home
last modified time | relevance | path

Searched refs:mLongPressListener (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java240 private LongPressListener mLongPressListener; field in ExpandableNotificationRow
1088 mLongPressListener = longPressListener;
1820 if (mLongPressListener != null && menuItem != null) {
1821 mLongPressListener.onLongPress(this, x, y, menuItem);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java309 private ExpandableNotificationRow.LongPressListener mLongPressListener; field in NotificationStackScrollLayout
3661 mLongPressListener = listener;
6124 if (mLongPressListener == null) {
6134 mLongPressListener.onLongPress(view, x, y, item);