Searched refs:firstEditorRef (Results 1 – 1 of 1) sorted by relevance
1121 final AtomicReference<EditText> firstEditorRef = new AtomicReference<>(); in detachServed_withDifferentNextServed_b211105987() local1132 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() local1223 firstEditorRef.set(firstEditor); in testInputConnectionWhenAddAndRemoveAltFocusableImFlagInFocus()1232 testActivity.runOnUiThread(() -> firstEditorRef.get().clearFocus()); in testInputConnectionWhenAddAndRemoveAltFocusableImFlagInFocus()