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.java99 private final DoubleTapHelper mDoubleTapHelper; field in ActivatableNotificationView
173 mDoubleTapHelper = new DoubleTapHelper(this, (active) -> { in ActivatableNotificationView()
246 } else if (!mDoubleTapHelper.isWithinDoubleTapSlop(ev)) { in onInterceptTouchEvent()
319 return mDoubleTapHelper.onTouchEvent(event, getActualHeight()); in handleTouchEventDimmed()