Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/inputmethod/
H A DSoftInputShowHideReason.java51 SoftInputShowHideReason.HIDE_SETTINGS_ON_CHANGE,
156 int HIDE_SETTINGS_ON_CHANGE = ImeProtoEnums.REASON_HIDE_SETTINGS_ON_CHANGE; field
H A DInputMethodDebug.java222 case SoftInputShowHideReason.HIDE_SETTINGS_ON_CHANGE: in softInputDisplayReasonToString()
/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodManagerService.java1202 SoftInputShowHideReason.HIDE_SETTINGS_ON_CHANGE); in onChange()