Home
last modified time | relevance | path

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

/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/server/inputmethod/
DDefaultImeVisibilityApplierTest.java27 import static com.android.server.inputmethod.ImeVisibilityStateComputer.STATE_HIDE_IME_NOT_ALWAYS;
150 STATE_HIDE_IME_NOT_ALWAYS, mUserId); in testApplyImeVisibility_hideNotAlways()
/frameworks/base/services/core/java/com/android/server/inputmethod/
DDefaultImeVisibilityApplier.java27 import static com.android.server.inputmethod.ImeVisibilityStateComputer.STATE_HIDE_IME_NOT_ALWAYS;
186 case STATE_HIDE_IME_NOT_ALWAYS: in applyImeVisibility()
DImeVisibilityStateComputer.java141 public static final int STATE_HIDE_IME_NOT_ALWAYS = 6; field in ImeVisibilityStateComputer
156 STATE_HIDE_IME_NOT_ALWAYS,
435 return new ImeVisibilityResult(STATE_HIDE_IME_NOT_ALWAYS, in computeState()