Home
last modified time | relevance | path

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

/development/samples/AutofillKeyboard/src/com/example/android/autofillkeyboard/
DAutofillImeService.java67 private static final long MOVE_SUGGESTIONS_DOWN_TIMEOUT = 10000; field in AutofillImeService
342 handler.postDelayed(mMoveScrollableSuggestionsDown, MOVE_SUGGESTIONS_DOWN_TIMEOUT); in rescheduleShowcaseUpDownTransitions()