Home
last modified time | relevance | path

Searched refs:editText2 (Results 1 – 5 of 5) sorted by relevance

/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DEditTextImeSupportTest.java437 final var editText2 = editTextRef2.get(); in testDisableImeAfterFocusChange() local
448 editText2.requestFocus(); in testDisableImeAfterFocusChange()
DFocusHandlingTest.java890 final EditText editText2 = new EditText(layout.getContext()) { in testOnCheckIsTextEditorRunOnUIThreadWithInputMethodManagerIsActive() local
899 editText2.setPrivateImeOptions(marker2); in testOnCheckIsTextEditorRunOnUIThreadWithInputMethodManagerIsActive()
900 layout.addView(editText2); in testOnCheckIsTextEditorRunOnUIThreadWithInputMethodManagerIsActive()
901 editText2.requestFocus(); in testOnCheckIsTextEditorRunOnUIThreadWithInputMethodManagerIsActive()
DKeyboardVisibilityControlTest.java1679 final EditText editText2 = new EditText(activity); in testIMEVisibleInSplitScreenWithWindowInsetsApi()
1680 editText2.setHint("This is editText2"); in testIMEVisibleInSplitScreenWithWindowInsetsApi()
1681 editText2.setPrivateImeOptions(editText2Marker); in testIMEVisibleInSplitScreenWithWindowInsetsApi()
1682 editText2Ref.set(editText2); in testIMEVisibleInSplitScreenWithWindowInsetsApi()
1685 layout.addView(editText2); in testIMEVisibleInSplitScreenWithWindowInsetsApi()
/cts/tests/autofillservice/src/android/autofillservice/cts/
DAutoFinishSessionTest.java73 mEditText2 = mActivity.findViewById(R.id.editText2);
/cts/tests/autofillservice/src/android/autofillservice/cts/dropdown/
DMultipleFragmentLoginTest.java59 mEditText2 = mActivity.findViewById(R.id.editText2); in getActivityRule()