Searched refs:editorRef (Results 1 – 2 of 2) sorted by relevance
162 (instrumentation, editorRef) -> {};292 AtomicReference<EditText> editorRef) throws Exception; in run() argument326 final AtomicReference<EditText> editorRef = new AtomicReference<>(); in verifyHideImeBackPressed() local327 editorRef.set(editText); in verifyHideImeBackPressed()356 preBackPressProcedure.run(instrumentation, editorRef); in verifyHideImeBackPressed()380 (instrumentation, editorRef) -> {} /* pre back press procedure */); in testHideImeAfterBackPressed_legacyAppLegacyIme()409 (instrumentation, editorRef) -> { in testHideImeAfterBackPressed_ScreenOffOn()415 TestUtils.waitOnMainUntil(editorRef.get()::hasWindowFocus, TIMEOUT); in testHideImeAfterBackPressed_ScreenOffOn()424 (instrumentation, editorRef) -> { in testHideImeAfterBackPressed_rootViewChanges()426 createPopupWindowWrapper(editorRef.get()); in testHideImeAfterBackPressed_rootViewChanges()[all …]
1161 final var editorRef = new AtomicReference<EditText>(); in testClearCurRootViewWhenDifferentProcessBecomesActive() local1170 editorRef.set(editText); in testClearCurRootViewWhenDifferentProcessBecomesActive()1176 waitOnMainUntil(() -> imm.get().hasActiveInputConnection(editorRef.get()), TIMEOUT); in testClearCurRootViewWhenDifferentProcessBecomesActive()1185 waitOnMainUntil(() -> !imm.get().isCurrentRootView(editorRef.get()), TIMEOUT, in testClearCurRootViewWhenDifferentProcessBecomesActive()