Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/inputmethodservice/
H A DMultiClientInputMethodClientCallbackAdaptor.java73 CallbackImpl mCallbackImpl; field in MultiClientInputMethodClientCallbackAdaptor
189 private CallbackImpl mCallbackImpl; field in MultiClientInputMethodClientCallbackAdaptor.InputMethodSessionImpl
307 private CallbackImpl mCallbackImpl; field in MultiClientInputMethodClientCallbackAdaptor.MultiClientInputMethodSessionImpl
/aosp12/frameworks/base/core/java/android/view/inputmethod/
H A DInlineSuggestion.java211 private final WeakReference<InlineContentCallbackImpl> mCallbackImpl; field in InlineSuggestion.InlineContentCallbackWrapper