Searched refs:showCurrentInputLocked (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/ |
H A D | DefaultImeVisibilityApplier.java | 174 mService.showCurrentInputLocked(windowToken, statsToken, in applyImeVisibility()
|
H A D | InputMethodManagerService.java | 2469 showCurrentInputLocked(mCurFocusedWindow, statsToken, in attachNewInputLocked() 3435 return showCurrentInputLocked(windowToken, statsToken, flags, lastClickTooType, in showSoftInput() 3598 boolean showCurrentInputLocked(IBinder windowToken, @Nullable ImeTracker.Token statsToken, in showCurrentInputLocked() method in InputMethodManagerService 3601 return showCurrentInputLocked(windowToken, statsToken, flags, in showCurrentInputLocked() 3606 private boolean showCurrentInputLocked(IBinder windowToken, in showCurrentInputLocked() method in InputMethodManagerService 3985 showCurrentInputLocked(windowToken, null /* statsToken */, InputMethodManager.SHOW_IMPLICIT, in showCurrentInputImplicitLocked() 4906 showCurrentInputLocked(mLastImeTargetWindow, null /* statsToken */, flags, in showMySoftInput()
|