Home
last modified time | relevance | path

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

/development/samples/AutofillKeyboard/src/com/example/android/autofillkeyboard/
DAutofillImeService.java261 final ArrayList<InlinePresentationSpec> presentationSpecs = new ArrayList<>(); in onCreateInlineSuggestionsRequest() local
262 presentationSpecs.add(new InlinePresentationSpec.Builder(new Size(100, getHeight()), in onCreateInlineSuggestionsRequest()
264 presentationSpecs.add(new InlinePresentationSpec.Builder(new Size(100, getHeight()), in onCreateInlineSuggestionsRequest()
267 return new InlineSuggestionsRequest.Builder(presentationSpecs) in onCreateInlineSuggestionsRequest()