Home
last modified time | relevance | path

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

/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DKeyboardVisibilityControlTest.java640 final AtomicReference<EditText> ediTextRef = new AtomicReference<>(); in testShowSoftInputWithShowForcedFlagWhenAppIsLeaving() local
651 ediTextRef.set(focusedEditText); in testShowSoftInputWithShowForcedFlagWhenAppIsLeaving()
660 getOnMainSync(() -> imm.hasActiveInputConnection(ediTextRef.get()))); in testShowSoftInputWithShowForcedFlagWhenAppIsLeaving()
665 imm.showSoftInput(ediTextRef.get(), InputMethodManager.SHOW_FORCED))); in testShowSoftInputWithShowForcedFlagWhenAppIsLeaving()