Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerService.java3931 final ImeVisibilityResult imeVisRes = mVisibilityStateComputer.computeState(windowState, in startInputOrWindowGainedFocusInternalLocked() local
3933 if (imeVisRes != null) { in startInputOrWindowGainedFocusInternalLocked()
3935 switch (imeVisRes.getReason()) { in startInputOrWindowGainedFocusInternalLocked()
3951 final var statsToken = createStatsTokenForFocusedClient(isShow, imeVisRes.getReason()); in startInputOrWindowGainedFocusInternalLocked()
3953 imeVisRes.getState(), imeVisRes.getReason(), bindingController.mUserId); in startInputOrWindowGainedFocusInternalLocked()
3954 if (imeVisRes.getReason() == SoftInputShowHideReason.HIDE_UNSPECIFIED_WINDOW) { in startInputOrWindowGainedFocusInternalLocked()
5118 final ImeVisibilityResult imeVisRes = mVisibilityStateComputer.onInteractiveChanged( in handleSetInteractive() local
5120 if (imeVisRes != null) { in handleSetInteractive()
5123 null /* statsToken */, imeVisRes.getState(), imeVisRes.getReason(), in handleSetInteractive()