Searched refs:rawY (Results 1 – 1 of 1) sorted by relevance
472 float rawY = event.getRawY(); in checkForTap() local477 if (rawY > mTapRegions[0] && rawY < mTapRegions[1]) { in checkForTap()483 if (index > 0 && rawY <= mTapRegions[0]) { in checkForTap()487 if (index < getChildCount() - 1 && rawY >= mTapRegions[1]) { in checkForTap()491 if (index == 0 && rawY <= mTapRegions[0] && mClickListener != null) { in checkForTap()742 float rawY = event.getRawY(); in handleTouchDown() local744 if (rawY > mTapRegions[0] && rawY < mTapRegions[1]) { in handleTouchDown()