Home
last modified time | relevance | path

Searched refs:xPrecision (Results 1 – 2 of 2) sorted by relevance

/development/cmds/monkey/src/com/android/commands/monkey/
DMonkeyMotionEvent.java108 public MonkeyMotionEvent setPrecision(float xPrecision, float yPrecision) { in setPrecision() argument
109 mXPrecision = xPrecision; in setPrecision()
DMonkeySourceScript.java316 float xPrecision = Float.parseFloat(args[8]); in handleEvent() local
331 .setPrecision(xPrecision, yPrecision) in handleEvent()
353 float xPrecision = Float.parseFloat(args[8]); in handleEvent() local
380 .setPrecision(xPrecision, yPrecision) in handleEvent()
391 .setPrecision(xPrecision, yPrecision) in handleEvent()