Searched refs:mActivationX (Results 1 – 1 of 1) sorted by relevance
47 private float mActivationX; field in DoubleTapHelper93 mActivationX = event.getX(); in onTouchEvent()99 event.getX() - mActivationX, in onTouchEvent()151 return Math.abs(event.getX() - mActivationX) < mDoubleTapSlop in isWithinDoubleTapSlop()