Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationSwipeHelper.java215 final double timeForGesture = ev.getEventTime() - ev.getDownTime(); in handleSwipeFromClosedState() local
217 && timeForGesture >= SWIPE_MENU_TIMING; in handleSwipeFromClosedState()