Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DDefaultImeVisibilityApplier.java171 InputMethodManager.HIDE_NOT_ALWAYS, null, reason); in applyImeVisibility()
H A DImeVisibilityStateComputer.java264 if (mShowForced && (hideFlags & InputMethodManager.HIDE_NOT_ALWAYS) != 0) { in canHideIme()
/aosp14/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/server/inputmethod/
H A DImeVisibilityStateComputerTest.java191 assertThat(mComputer.canHideIme(null, InputMethodManager.HIDE_NOT_ALWAYS)).isTrue(); in testRequestImeVisibility_hideNotAlways()
/aosp14/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/inputmethodservice/
H A DInputMethodServiceTest.java572 mActivity.hideImeWithInputMethodManager(InputMethodManager.HIDE_NOT_ALWAYS), in testShowSoftInputForced_testShowSoftInputExplicitly_thenHideSoftInputNotAlways()
/aosp14/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java2244 HIDE_NOT_ALWAYS,
2261 public static final int HIDE_NOT_ALWAYS = 0x0002; field in InputMethodManager
3091 HIDE_NOT_ALWAYS, in closeCurrentInput()
/aosp14/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java3897 requestHideSelf(InputMethodManager.HIDE_NOT_ALWAYS,
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt55786 field public static final int HIDE_NOT_ALWAYS = 2; // 0x2