Home
last modified time | relevance | path

Searched refs:yPrecision (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
110 mYPrecision = yPrecision; in setPrecision()
DMonkeySourceScript.java317 float yPrecision = Float.parseFloat(args[9]); in handleEvent() local
331 .setPrecision(xPrecision, yPrecision) in handleEvent()
354 float yPrecision = Float.parseFloat(args[9]); in handleEvent() local
380 .setPrecision(xPrecision, yPrecision) in handleEvent()
391 .setPrecision(xPrecision, yPrecision) in handleEvent()