Home
last modified time | relevance | path

Searched refs:showCurrentInputLocked (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DDefaultImeVisibilityApplier.java174 mService.showCurrentInputLocked(windowToken, statsToken, in applyImeVisibility()
H A DInputMethodManagerService.java2469 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()