Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/inputmethodservice/
H A DInputMethodServiceTest.java200 () -> mInputMethodService.requestShowSelf(InputMethodManager.SHOW_IMPLICIT), in testShowHideSelf()
285 mActivity.showImeWithInputMethodManager(InputMethodManager.SHOW_IMPLICIT)).isTrue(), in testShowSoftInput_disableShowImeWithHardKeyboard()
323 mActivity.showImeWithInputMethodManager(InputMethodManager.SHOW_IMPLICIT)).isTrue(), in testShowSoftInputImplicitly()
381 mActivity.showImeWithInputMethodManager(InputMethodManager.SHOW_IMPLICIT)).isTrue(), in testShowSoftInputImplicitly_fullScreenMode()
423 mActivity.showImeWithInputMethodManager(InputMethodManager.SHOW_IMPLICIT)).isTrue(), in testShowSoftInputImplicitly_withHardKeyboard()
482 mActivity.showImeWithInputMethodManager(InputMethodManager.SHOW_IMPLICIT)).isTrue(), in testShowSoftInputImplicitly_thenConfigurationChanged()
534 mActivity.showImeWithInputMethodManager(InputMethodManager.SHOW_IMPLICIT)).isTrue(), in testShowSoftInputExplicitly_thenShowSoftInputImplicitly_withHardKeyboard()
/aosp14/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/server/inputmethod/
H A DImeVisibilityStateComputerTest.java94 boolean res = mComputer.onImeShowFlags(null, InputMethodManager.SHOW_IMPLICIT); in testRequestImeVisibility_showImplicit()
131 mComputer.onImeShowFlags(null, InputMethodManager.SHOW_IMPLICIT); in testRequestImeVisibility_showExplicit_thenShowImplicit()
155 boolean res = mComputer.onImeShowFlags(null, InputMethodManager.SHOW_IMPLICIT); in testRequestImeVisibility_showImplicit_a11yNoImePolicy()
173 boolean res = mComputer.onImeShowFlags(null, InputMethodManager.SHOW_IMPLICIT); in testRequestImeVisibility_showImplicit_imeHiddenPolicy()
/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DImeVisibilityStateComputer.java244 } else if ((showFlags & InputMethodManager.SHOW_IMPLICIT) == 0) { in onImeShowFlags()
298 flags |= InputMethodManager.SHOW_IMPLICIT; in getShowFlags()
H A DDefaultImeVisibilityApplier.java175 InputMethodManager.SHOW_IMPLICIT, null, reason); in applyImeVisibility()
H A DInputMethodManagerService.java3985 showCurrentInputLocked(windowToken, null /* statsToken */, InputMethodManager.SHOW_IMPLICIT, in showCurrentInputImplicitLocked()
/aosp14/frameworks/base/apct-tests/perftests/core/src/android/view/
H A DInputStageBenchmark.java143 imm.showSoftInput(view, InputMethodManager.SHOW_IMPLICIT); in showSoftKeyboard()
/aosp14/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java2042 SHOW_IMPLICIT,
2053 public static final int SHOW_IMPLICIT = 0x0001; field in InputMethodManager
/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.txt55792 field public static final int SHOW_IMPLICIT = 1; // 0x1