Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DActivatableNotificationView.java105 private final DoubleTapHelper mDoubleTapHelper; field in ActivatableNotificationView
180 mDoubleTapHelper = new DoubleTapHelper(this, (active) -> { in ActivatableNotificationView()
253 } else if (!mDoubleTapHelper.isWithinDoubleTapSlop(ev)) { in onInterceptTouchEvent()
326 return mDoubleTapHelper.onTouchEvent(event, getActualHeight()); in handleTouchEventDimmed()