Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java295 private LongPressListener mLongPressListener; field in ExpandableNotificationRow
1222 if (mLongPressListener == null) {
1235 mLongPressListener = longPressListener;
2158 if (mLongPressListener != null && menuItem != null) {
2159 mLongPressListener.onLongPress(this, x, y, menuItem);