Searched refs:touchYPercent (Results 1 – 1 of 1) sorted by relevance
92 int touchYPercent = (int) ((float) (touchY * 100) / (float) viewHeight); in onTouch() local102 || touchYPercent < Y_HIT_MIN || touchYPercent > Y_HIT_MAX) { in onTouch()