Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DTransitionTests.java1330 openTransition.collectExistenceChange(task1); in testIntermediateVisibility()
1332 openTransition.collectExistenceChange(task2); in testIntermediateVisibility()
1356 openTransition.finishTransition(); in testIntermediateVisibility()
1425 openTransition.collectExistenceChange(task1); in testTransientLaunch()
1441 controller.finishTransition(openTransition); in testTransientLaunch()
1568 assertFalse(openTransition.allReady()); in testNotReadyPushPop()
1570 openTransition.setAllReady(); in testNotReadyPushPop()
1572 openTransition.deferTransitionReady(); in testNotReadyPushPop()
1573 assertFalse(openTransition.allReady()); in testNotReadyPushPop()
1575 openTransition.continueTransitionReady(); in testNotReadyPushPop()
[all …]