Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/animation/
DPhysicsAnimationLayoutTestCase.java160 runOnMainThreadAndBlock( in setActiveController()
282 runOnMainThreadAndBlock(() -> mWrappedController.onChildAdded(child, index)); in onChildAdded()
287 runOnMainThreadAndBlock( in onChildRemoved()
293 runOnMainThreadAndBlock( in onChildReordered()
299 runOnMainThreadAndBlock( in onActiveControllerForLayout()
321 private void runOnMainThreadAndBlock(Runnable action) { in runOnMainThreadAndBlock() method in PhysicsAnimationLayoutTestCase
337 runOnMainThreadAndBlock(() -> {}); in waitForMainThread() method