Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DActivatableNotificationView.java114 private float mActivationY; field in ActivatableNotificationView
291 mActivationY = event.getY(); in handleTouchEventDimmed()
297 event.getY() - mActivationY); in handleTouchEventDimmed()
419 && Math.abs(event.getY() - mActivationY) < mDoubleTapSlop; in isWithinDoubleTapSlop()