Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/
DDialogTransitionAnimatorTest.kt58 runOnMainThreadAndWaitForIdleSync { in tearDown()
102 runOnMainThreadAndWaitForIdleSync { in testShowDialogFromView()
115 runOnMainThreadAndWaitForIdleSync { in testStackedDialogsDismissesAll()
132 runOnMainThreadAndWaitForIdleSync { in testActivityTransitionControllerFromDialog()
139 runOnMainThreadAndWaitForIdleSync { in testActivityTransitionControllerFromDialog()
149 runOnMainThreadAndWaitForIdleSync { in testActivityLaunchFromHiddenDialog()
185 val dialog = runOnMainThreadAndWaitForIdleSync { TestDialog(context) } in testDialogAnimationIsChangedByAnimator()
191 runOnMainThreadAndWaitForIdleSync { in testDialogAnimationIsChangedByAnimator()
200 runOnMainThreadAndWaitForIdleSync { in testCujSpecificationLogsInteraction()
216 runOnMainThreadAndWaitForIdleSync { in testShowFromDialogCujSpecificationLogsInteraction()
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/compose/
DComposeInitializerTest.kt37 runOnMainThreadAndWaitForIdleSync { ViewUtils.attachView(root) } in testCanAddComposeViewInInitializedWindow()
40 runOnMainThreadAndWaitForIdleSync { root.addView(ComposeView(context)) } in testCanAddComposeViewInInitializedWindow()
42 runOnMainThreadAndWaitForIdleSync { ViewUtils.detachView(root) } in testCanAddComposeViewInInitializedWindow()
46 private fun runOnMainThreadAndWaitForIdleSync(f: () -> Unit) { in runOnMainThreadAndWaitForIdleSync() method