Home
last modified time | relevance | path

Searched defs:presentDoneTime (Results 1 – 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
DReplayer.java139 final long presentDoneTime = replayData.mTimes.get(numActions - 1) + timeAdjustment in replay() local
141 handler.sendMessageAtTime(Message.obtain(handler, MSG_DONE), presentDoneTime); in replay() local