Searched refs:presentationSpecs (Results 1 – 1 of 1) sorted by relevance
261 final ArrayList<InlinePresentationSpec> presentationSpecs = new ArrayList<>(); in onCreateInlineSuggestionsRequest() local262 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()