Home
last modified time | relevance | path

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

/packages/modules/Permission/PermissionController/src/android/support/wearable/view/
DWearableListView.java472 float rawY = event.getRawY(); in checkForTap() local
477 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() local
744 if (rawY > mTapRegions[0] && rawY < mTapRegions[1]) { in handleTouchDown()