Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DImeVisibilityStateComputer.java391 final int softInputVisibility = state.mSoftInputModeState & SOFT_INPUT_MASK_STATE; in computeState()
400 (state.mSoftInputModeState & WindowManager.LayoutParams.SOFT_INPUT_MASK_ADJUST) in computeState()
404 final boolean isForwardNavigation = (state.mSoftInputModeState in computeState()
669 mSoftInputModeState = softInputModeState; in ImeTargetWindowState()
680 private final @SoftInputModeFlags int mSoftInputModeState; field in ImeVisibilityStateComputer.ImeTargetWindowState
731 return mSoftInputModeState; in getSoftInputModeState()
773 + " softInputModeState " + softInputModeToString(mSoftInputModeState) in toString()