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()
273 runOnMainThreadAndBlock(() -> mWrappedController.onChildAdded(child, index)); in onChildAdded()
278 runOnMainThreadAndBlock( in onChildRemoved()
284 runOnMainThreadAndBlock( in onChildReordered()
290 runOnMainThreadAndBlock( in onActiveControllerForLayout()
312 private void runOnMainThreadAndBlock(Runnable action) { in runOnMainThreadAndBlock() method in PhysicsAnimationLayoutTestCase