Home
last modified time | relevance | path

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

/development/samples/AutofillKeyboard/src/com/example/android/autofillkeyboard/
DAutofillImeService.java64 private static final long MOVE_SUGGESTIONS_TO_FG_TIMEOUT = 15000; field in AutofillImeService
334 handler.postDelayed(mMoveScrollableSuggestionsToFg, MOVE_SUGGESTIONS_TO_FG_TIMEOUT); in rescheduleShowcaseBgFgTransitions()