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.java898 long thisDownTime = 0; in adjustKeyEventTime() local
904 thisDownTime = SystemClock.uptimeMillis(); in adjustKeyEventTime()
905 thisEventTime = thisDownTime; in adjustKeyEventTime()
908 thisDownTime = e.getDownTime(); in adjustKeyEventTime()
910 thisDownTime = mLastExportDownTimeKey; in adjustKeyEventTime()
919 e.setDownTime(thisDownTime); in adjustKeyEventTime()
921 mLastExportDownTimeKey = thisDownTime; in adjustKeyEventTime()
932 long thisDownTime = e.getDownTime(); in adjustMotionEventTime() local
934 if (thisDownTime == mLastRecordedDownTimeMotion) { in adjustMotionEventTime()
939 mLastRecordedDownTimeMotion = thisDownTime; in adjustMotionEventTime()