Searched defs:hitLeft (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/java/com/android/server/
H A DKeyInputQueue.java162 int hitLeft; field in class:KeyInputQueue.VirtualKey
171 return (x >= hitLeft && x <= hitRight
191 hitLeft = minx + ((left*maxx-minx)/dw);
875 + sb.scancode + " - (" + sb.hitLeft

Completed in 98 milliseconds