Home
last modified time | relevance | path

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

/development/cmds/monkey/src/com/android/commands/monkey/
DMonkeySourceScript.java895 long thisDownTime = 0; in adjustKeyEventTime() local
901 thisDownTime = SystemClock.uptimeMillis(); in adjustKeyEventTime()
902 thisEventTime = thisDownTime; in adjustKeyEventTime()
905 thisDownTime = e.getDownTime(); in adjustKeyEventTime()
907 thisDownTime = mLastExportDownTimeKey; in adjustKeyEventTime()
916 e.setDownTime(thisDownTime); in adjustKeyEventTime()
918 mLastExportDownTimeKey = thisDownTime; in adjustKeyEventTime()
929 long thisDownTime = e.getDownTime(); in adjustMotionEventTime() local
931 if (thisDownTime == mLastRecordedDownTimeMotion) { in adjustMotionEventTime()
936 mLastRecordedDownTimeMotion = thisDownTime; in adjustMotionEventTime()