Searched refs:touchXPercent (Results 1 – 1 of 1) sorted by relevance
91 int touchXPercent = (int) ((float) (touchX * 100) / (float) viewWidth); in onTouch() local101 if (touchXPercent < X_HIT_MIN || touchXPercent > X_HIT_MAX in onTouch()