Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/inputmethod/
H A DSoftInputShowHideReason.java43 SoftInputShowHideReason.SHOW_STATE_ALWAYS_VISIBLE,
117 int SHOW_STATE_ALWAYS_VISIBLE = ImeProtoEnums.REASON_SHOW_STATE_ALWAYS_VISIBLE; field
H A DInputMethodDebug.java206 case SoftInputShowHideReason.SHOW_STATE_ALWAYS_VISIBLE: in softInputDisplayReasonToString()
/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DImeVisibilityStateComputer.java487 SoftInputShowHideReason.SHOW_STATE_ALWAYS_VISIBLE); in computeState()
H A DInputMethodManagerService.java3944 case SoftInputShowHideReason.SHOW_STATE_ALWAYS_VISIBLE: in startInputOrWindowGainedFocusInternalLocked()