Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DBaseStatusBar.java965 protected SwipeHelper.LongPressListener getNotificationLongClicker() { in getNotificationLongClicker() method in BaseStatusBar
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBar.java727 mStackScroller.setLongPressListener(getNotificationLongClicker()); in makeStatusBarView()