Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/view/inputmethod/
H A DInlineSuggestionsRequest.java243 @Nullable InlinePresentationSpec inlineTooltipPresentationSpec) { in InlineSuggestionsRequest()
449 …InlinePresentationSpec inlineTooltipPresentationSpec = (flg & 0x80) == 0 ? null : (InlinePresentat… in InlineSuggestionsRequest() local