Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DDoubleTapHelper.java47 private float mActivationX; field in DoubleTapHelper
93 mActivationX = event.getX(); in onTouchEvent()
99 event.getX() - mActivationX, in onTouchEvent()
151 return Math.abs(event.getX() - mActivationX) < mDoubleTapSlop in isWithinDoubleTapSlop()