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.java255 private LongPressListener mLongPressListener; field in ExpandableNotificationRow
1105 mLongPressListener = longPressListener;
1827 if (mLongPressListener != null && menuItem != null) {
1828 mLongPressListener.onLongPress(this, x, y, menuItem);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java311 private ExpandableNotificationRow.LongPressListener mLongPressListener; field in NotificationStackScrollLayout
3624 mLongPressListener = listener;
6125 if (mLongPressListener == null) {
6135 mLongPressListener.onLongPress(view, x, y, item);