Searched defs:x (Results 1 – 3 of 3) sorted by relevance
56 float x = e.getX(); in onTouchEvent() local
373 private Touch(byte type, int x, int y) { in Touch()
240 int x = Math.min(Math.max(point.x, 0), 360); in touch() local