Home
last modified time | relevance | path

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

/development/samples/AutofillKeyboard/src/com/example/android/autofillkeyboard/
DAutofillImeService.java355 final ExecutorService executor = Executors.newSingleThreadExecutor(); in inflateThenShowSuggestions() local
363 inlineSuggestion.inflate(this, size, executor, suggestionView -> { in inflateThenShowSuggestions()