Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/testsdk35/src/android/server/wm/window/
DWindowPolicyTestsSdk35.java38 runOnMainSync(() -> { in testOptOutEdgeToEdgeAppBounds() method
57 runOnMainSync(() -> { in testOptOutEdgeToEdgeDisplayMetrics() method
/cts/tests/framework/base/windowmanager/src/android/server/wm/window/
DWindowPolicyTests.java68 runOnMainSync(() -> { in testWindowInsets() method
77 runOnMainSync(() -> { in assertFillWindowBounds() method
206 runOnMainSync(() -> { in testSystemBarColor() method
DWindowPolicyTestBase.java50 static void runOnMainSync(Runnable runnable) { in runOnMainSync() method in WindowPolicyTestBase
/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.java149 runOnMainSync(() -> { in testOnUpdateSelectionForInProcessIme() method
DAccessibilityInputMethodTest.java190 runOnMainSync(() -> { in testRestartInput() method
479 runOnMainSync(() -> { in testInvalidateInputMain() method
519 runOnMainSync(() -> { in testInvalidateInputMain() method
DImeSwitchingTest.java130 runOnMainSync(() -> { in testImeUnboundAfterSwitchingWithoutInputFocus() method
DInputConnectionHandlerTest.java283 runOnMainSync(() -> { in testCloseConnectionWithRestartInput() method
522 runOnMainSync(() -> { in testReportFullscreenMode() method
DInputConnectionLifecycleTest.java168 runOnMainSync(() -> { in testCloseConnectionWithRestartInput() method
DFocusHandlingTest.java885 runOnMainSync(() -> { in testOnCheckIsTextEditorRunOnUIThreadWithInputMethodManagerIsActive() method
1135 runOnMainSync(() -> { in detachServed_withDifferentNextServed_b211105987() method
1145 runOnMainSync(() -> { in detachServed_withDifferentNextServed_b211105987() method
DEditTextImeSupportTest.java444 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.java614 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.java87 public static void runOnMainSync(@NonNull Runnable task) { in runOnMainSync() method in TestUtils