Searched refs:daY (Results 1 – 1 of 1) sorted by relevance
470 final float daY = Math.abs(dY); in onInterceptTouchEvent() local471 if (!mConsuming && daX < daY && daY > mTouchSlop) { in onInterceptTouchEvent()