Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSwipeHelper.java79 private LongPressListener mLongPressListener;
102 public void setLongPressListener(LongPressListener listener) { in setLongPressListener()
511 public interface LongPressListener { interface in SwipeHelper
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java192 private SwipeHelper.LongPressListener mLongPressListener;
519 public void setLongPressListener(SwipeHelper.LongPressListener listener) { in setLongPressListener()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DBaseStatusBar.java909 protected SwipeHelper.LongPressListener getNotificationLongClicker() { in getNotificationLongClicker()
910 return new SwipeHelper.LongPressListener() { in getNotificationLongClicker()