Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/inputmethod/
H A DInlineSuggestionsRequest.java245 @Nullable InlinePresentationSpec inlineTooltipPresentationSpec) { in InlineSuggestionsRequest() argument
261 this.mInlineTooltipPresentationSpec = inlineTooltipPresentationSpec; in InlineSuggestionsRequest()
451 …InlinePresentationSpec inlineTooltipPresentationSpec = (flg & 0x80) == 0 ? null : (InlinePresentat… in InlineSuggestionsRequest() local
468 this.mInlineTooltipPresentationSpec = inlineTooltipPresentationSpec; in InlineSuggestionsRequest()