Home
last modified time | relevance | path

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

/development/samples/Wiktionary/src/com/example/android/wiktionary/
DLookupActivity.java77 private long mLastPress = -1; field in LookupActivity
126 if (currentPress - mLastPress < BACK_THRESHOLD) { in onKeyDown()
129 mLastPress = currentPress; in onKeyDown()