Home
last modified time | relevance | path

Searched refs:showSoftInput (Results 1 – 18 of 18) sorted by relevance

/cts/tests/framework/base/windowmanager/src/android/server/wm/ime/
DMultiDisplaySecurityImeTests.java80 imeTestActivitySession.getActivity()::showSoftInput); in testNoInputConnectionForUntrustedVirtualDisplay()
90 imeTestActivitySession.getActivity()::showSoftInput); in testNoInputConnectionForUntrustedVirtualDisplay()
102 imeTestActivitySession.getActivity()::showSoftInput); in testNoInputConnectionForUntrustedVirtualDisplay()
DMultiDisplayImeTests.java178 imm.showSoftInput(activity.mEditText, 0 /* flags */); in testFallbackImmMaintainsParameters()
349 imeTestActivitySession.getActivity()::showSoftInput); in testDisplayPolicyImeHideImeOperation()
511 imeTestActivitySession.getActivity()::showSoftInput); in testNoConfigurationChangedWhenSwitchBetweenTwoIdenticalDisplays()
557 imeTestActivitySession.getActivity()::showSoftInput); in testNoConfigurationChangedWhenSwitchBetweenTwoIdenticalDisplays()
602 void showSoftInput() { in showSoftInput() method in MultiDisplayImeTests.ImeTestActivity
604 imm.showSoftInput(mEditText, 0); in showSoftInput()
713 activitySession.getActivity()::showSoftInput); in showSoftInputAndAssertImeShownOnDisplay()
/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DResizingEditActivity.java47 imm.showSoftInput(mExtraInput, InputMethodManager.SHOW_IMPLICIT); in showSoftInputOnExtraInputEditText()
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DKeyboardVisibilityControlTest.java268 getOnMainSync(() -> imm.showSoftInput(editText, 0))); in testBasicShowHideSoftInput()
348 getOnMainSync(() -> imm.showSoftInput(editText, 0))); in verifyHideImeBackPressed()
462 getOnMainSync(() -> imm.showSoftInput(nonFocusedEditText, 0))); in testShowHideSoftInputShouldBeIgnoredOnNonFocusedView()
548 runOnMainSync(() -> imm.showSoftInput(editText, 0)); in testShowHideKeyboardWithInterval()
562 runOnMainSync(() -> imm.showSoftInput(editText, 0)); in testShowHideKeyboardWithInterval()
600 imm.showSoftInput(editText, 0 /* flags */)); in testShowHideKeyboardImmediately()
665 imm.showSoftInput(ediTextRef.get(), InputMethodManager.SHOW_FORCED))); in testShowSoftInputWithShowForcedFlagWhenAppIsLeaving()
713 getOnMainSync(() -> imm.showSoftInput(editText, 0))); in testFloatingImeHideKeyboardAfterBackPressed()
1011 InputMethodManager.class).showSoftInput(editorRef.get(), 0)); in testNonImeFocusablePopupWindow_onTopOfIme()
1074 InputMethodManager.class).showSoftInput(editorRef.get(), 0)); in testImeVisibleOnImeFocusableOverlay()
[all …]
DImeInsetsVisibilityTest.java113 () -> editText.requestFocus() && imm.showSoftInput(editText, 0))); in testImeVisibilityWhenImeFocusableChildPopup()
161 () -> editText.requestFocus() && imm.showSoftInput(editText, 0))); in testImeVisibilityWhenImeFocusableGravityBottomChildPopup()
210 () -> editText.requestFocus() && imm.showSoftInput(editText, 0))); in testImeVisibilityWhenImeFocusableChildPopupOverlaps()
267 () -> editText.requestFocus() && imm.showSoftInput(editText, 0))); in testEditTextPositionAndPersistWhenAboveImeWindowShown()
DEditTextImeSupportTest.java353 .showSoftInput(editText, 0)); in testHideSoftInputWhenDisabled()
391 .showSoftInput(editText, 0)); in testHideSoftInputByActionDone()
444 .showSoftInput(editText1, 0)); in testDisableImeAfterFocusChange()
DImeSwitchingTest.java137 .showSoftInput(editTextRef.get(), 0)); in testImeRemainsVisibleAfterSwitchingIme()
DSearchViewTest.java173 .showSoftInput(searchView, 0)); in testShowImeWithSearchViewFocus()
DInputMethodStatsTest.java327 .showSoftInput(editText, 0 /* flags */); in testFromUser_withImm_showImeRequestFinished()
DInputConnectionHandlerTest.java528 .showSoftInput(editor, 0); in testReportFullscreenMode()
DFocusHandlingTest.java591 .showSoftInput(editText, 0)); in testNonFocusablePopupWindowDoesNotAffectImeVisibility()
1250 im.showSoftInput(secondEditorRef.get(), 0); in testInputConnectionWhenAddAndRemoveAltFocusableImFlagInFocus()
DStylusHandwritingTest.java1969 imm.showSoftInput(editorViewRef.get(), 0);
/cts/tests/inputmethod/testapp/src/android/view/inputmethod/ctstestapp/
DMainActivity.java173 getSystemService(InputMethodManager.class).showSoftInput(mEditor, 0); in onStart()
/cts/tests/framework/base/windowmanager/src/android/server/wm/backnavigation/
DBackGestureInvokedTest.java243 imm.showSoftInput(mEditText, InputMethodManager.SHOW_IMPLICIT); in onCreate()
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DMockIme.java727 public void showSoftInput(int flags, ResultReceiver resultReceiver) { in showSoftInput() method in MockIme.MockInputMethodImpl
728 getTracer().showSoftInput(flags, resultReceiver, in showSoftInput()
729 () -> super.showSoftInput(flags, resultReceiver)); in showSoftInput()
1658 void showSoftInput(int flags, ResultReceiver resultReceiver, @NonNull Runnable runnable) {
/cts/tests/tests/view/src/android/view/cts/
DViewTest.java4074 imm.showSoftInput(mockView, 0); in testSetScrollContainer()
4539 mActivityRule.runOnUiThread(() -> imm.showSoftInput(editText, 0)); in testInputConnection()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt20838 method @MainThread public void showSoftInput(int, android.os.ResultReceiver);
56308 method @MainThread public void showSoftInput(int, android.os.ResultReceiver);
56389 method public boolean showSoftInput(android.view.View, int);
56390 method public boolean showSoftInput(android.view.View, int, android.os.ResultReceiver);
Dsystem-current.txt18233 method public void showSoftInput();