HomeSort by relevance Sort by last modified time
    Searched refs:setLongPressListener (Results 1 - 4 of 4) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
NotificationRowLayout.java 106 public void setLongPressListener(View.OnLongClickListener listener) {
107 mSwipeHelper.setLongPressListener(listener);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
SwipeHelper.java 91 public void setLongPressListener(View.OnLongClickListener listener) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
TabletStatusBar.java 374 mPile.setLongPressListener(getNotificationLongClicker());
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBar.java 412 mPile.setLongPressListener(getNotificationLongClicker());
    [all...]

Completed in 1120 milliseconds