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/phone/
DDoubleTapHelper.java48 private float mActivationY; field in DoubleTapHelper
94 mActivationY = event.getY(); in onTouchEvent()
100 event.getY() - mActivationY); in onTouchEvent()
152 && Math.abs(event.getY() - mActivationY) < mDoubleTapSlop; in isWithinDoubleTapSlop()