HomeSort by relevance Sort by last modified time
    Searched full:touchypercent (Results 1 - 1 of 1) sorted by null

  /packages/apps/Phone/src/com/android/phone/
SmallerHitTargetTouchListener.java 92 int touchYPercent = (int) ((float) (touchY * 100) / (float) viewHeight);
93 // if (DBG) log("- percentage: x = " + touchXPercent + ", y = " + touchYPercent);
102 || touchYPercent < Y_HIT_MIN || touchYPercent > Y_HIT_MAX) {

Completed in 326 milliseconds