Searched defs:onRequestShow (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/core/java/com/android/internal/inputmethod/ |
H A D | IImeTracker.aidl | 36 ImeTracker.Token onRequestShow(String tag, int uid, int origin, int reason); in onRequestShow() method
|
/aosp14/frameworks/base/core/java/android/view/inputmethod/ |
H A D | ImeTracker.java | 336 Token onRequestShow(@Nullable String component, int uid, @Origin int origin, in onRequestShow() method 791 public void onRequestShow(@Nullable Token token, @Origin int origin, in onRequestShow() method in ImeTracker.ImeLatencyTracker
|
H A D | IInputMethodManagerGlobalInvoker.java | 590 static ImeTracker.Token onRequestShow(@NonNull String tag, int uid, in onRequestShow() method in IInputMethodManagerGlobalInvoker
|
/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/ |
H A D | ImeTrackerService.java | 75 public synchronized ImeTracker.Token onRequestShow(@NonNull String tag, int uid, in onRequestShow() method in ImeTrackerService
|