Home
last modified time | relevance | path

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

/development/cmds/monkey/src/com/android/commands/monkey/
DMonkeySourceScript.java64 private long mLastRecordedDownTimeMotion = 0; field in MonkeySourceScript
184 mLastRecordedDownTimeMotion = 0; in resetValue()
931 if (thisDownTime == mLastRecordedDownTimeMotion) { in adjustMotionEventTime()
936 mLastRecordedDownTimeMotion = thisDownTime; in adjustMotionEventTime()