Home
last modified time | relevance | path

Searched defs:runOnMainSync (Results 1 – 14 of 14) sorted by relevance

/cts/tests/framework/base/windowmanager/src/android/server/wm/animations/
DLocationInWindowTests.java120 runOnMainSync(() -> { in runTest() method
163 private void runOnMainSync(Runnable runnable) { in runOnMainSync() method in LocationInWindowTests
DLocationOnScreenTests.java149 private void runOnMainSync(Runnable runnable) { in runOnMainSync() method in LocationOnScreenTests
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DInProcessImeTest.java150 runOnMainSync(() -> { in testOnUpdateSelectionForInProcessIme() method
DAccessibilityInputMethodTest.java193 runOnMainSync(() -> { in testRestartInput() method
482 runOnMainSync(() -> { in testInvalidateInputMain() method
522 runOnMainSync(() -> { in testInvalidateInputMain() method
DInputConnectionLifecycleTest.java153 runOnMainSync(() -> { in testCloseConnectionWithRestartInput() method
DInputConnectionHandlerTest.java286 runOnMainSync(() -> { in testCloseConnectionWithRestartInput() method
525 runOnMainSync(() -> { in testReportFullscreenMode() method
DFocusHandlingTest.java888 runOnMainSync(() -> { in testOnCheckIsTextEditorRunOnUIThreadWithInputMethodManagerIsActive() method
1140 runOnMainSync(() -> { in detachServed_withDifferentNextServed_b211105987() method
1150 runOnMainSync(() -> { in detachServed_withDifferentNextServed_b211105987() method
DEditTextImeSupportTest.java447 runOnMainSync(() -> { in testDisableImeAfterFocusChange() method
/cts/tests/framework/base/windowmanager/src/android/server/wm/insets/
DRoundedCornerTests.java206 private void runOnMainSync(Runnable runnable) { in runOnMainSync() method in RoundedCornerTests
DWindowInsetsPolicyTest.java266 private void runOnMainSync(Runnable runnable) { in runOnMainSync() method in WindowInsetsPolicyTest
DDisplayCutoutTests.java615 runOnMainSync(() -> { in getAppBounds() method
/cts/tests/tests/media/codec/src/android/media/codec/cts/
DRemoteVirtualDisplayService.java195 private void runOnMainSync(Runnable runner) { in runOnMainSync() method in RemoteVirtualDisplayService
DEncodeVirtualDisplayWithCompositionTestImpl.java1555 private static void runOnMainSync(Runnable runner) { in runOnMainSync() method in EncodeVirtualDisplayWithCompositionTestImpl
/cts/tests/inputmethod/util/src/android/view/inputmethod/cts/util/
DTestUtils.java79 public static void runOnMainSync(@NonNull Runnable task) { in runOnMainSync() method in TestUtils