Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/inputmethod/
H A DInlineSuggestionInfo.java106 @Nullable InlineSuggestion tooltip) { in newInlineSuggestionInfo()
168 @Nullable InlineSuggestion tooltip) { in InlineSuggestionInfo()
339 …InlineSuggestion tooltip = (flg & 0x20) == 0 ? null : (InlineSuggestion) in.readTypedObject(Inline… in InlineSuggestionInfo() local
/aosp14/frameworks/base/core/java/android/service/autofill/
H A DDataset.java1211 @Nullable InlinePresentation tooltip, in setLifeTheUniverseAndEverything()
1241 @Nullable InlinePresentation tooltip, in setLifeTheUniverseAndEverything()
1270 @Nullable InlinePresentation tooltip, in createFromParcel()
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
H A DInlineSuggestionFactory.java125 @Nullable InlineSuggestion tooltip, in createInlineSuggestion()