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/
DBaseStatusBar.java965 protected SwipeHelper.LongPressListener getNotificationLongClicker() { in getNotificationLongClicker()
966 return new SwipeHelper.LongPressListener() { in getNotificationLongClicker()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java199 private SwipeHelper.LongPressListener mLongPressListener;
562 public void setLongPressListener(SwipeHelper.LongPressListener listener) { in setLongPressListener()