Home
last modified time | relevance | path

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

/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DFocusHandlingTest.java1121 final AtomicReference<EditText> firstEditorRef = new AtomicReference<>(); in detachServed_withDifferentNextServed_b211105987() local
1132 firstEditorRef.set(editText); in detachServed_withDifferentNextServed_b211105987()
1138 waitOnMainUntil(() -> imm.get().hasActiveInputConnection(firstEditorRef.get()), TIMEOUT); in detachServed_withDifferentNextServed_b211105987()
1152 layoutRef.get().removeView(firstEditorRef.get()); in detachServed_withDifferentNextServed_b211105987()
1203 final AtomicReference<EditText> firstEditorRef = new AtomicReference<>(); in testInputConnectionWhenAddAndRemoveAltFocusableImFlagInFocus() local
1223 firstEditorRef.set(firstEditor); in testInputConnectionWhenAddAndRemoveAltFocusableImFlagInFocus()
1232 testActivity.runOnUiThread(() -> firstEditorRef.get().clearFocus()); in testInputConnectionWhenAddAndRemoveAltFocusableImFlagInFocus()