Home | History | Annotate | Download | only in phone

Lines Matching full:touchxpercent

1181                 int touchXPercent = (int) ((float) (touchX * 100) / (float) viewWidth);
1183 // if (DBG) log("- percentage: x = " + touchXPercent + ", y = " + touchYPercent);
1191 if (touchXPercent < X_HIT_MIN || touchXPercent > X_HIT_MAX