Searched refs:mLastReady (Results 1 – 3 of 3) sorted by relevance
1292 assertEquals(ROTATION_ANIMATION_SEAMLESS, player.mLastReady.getChange( in testFixedRotationOpen()2229 for (int i = 0; i < setup.mPlayer.mLastReady.getChanges().size(); ++i) { in testMoveToTopStartAfterReadyAfterParallel()2230 assertNull(setup.mPlayer.mLastReady.getChanges().get(i).getTaskInfo()); in testMoveToTopStartAfterReadyAfterParallel()2237 for (int i = 0; i < setup.mPlayer.mLastReady.getChanges().size(); ++i) { in testMoveToTopStartAfterReadyAfterParallel()2238 final TransitionInfo.Change chg = setup.mPlayer.mLastReady.getChanges().get(i); in testMoveToTopStartAfterReadyAfterParallel()2261 for (int i = 0; i < setup.mPlayer.mLastReady.getChanges().size(); ++i) { in testMoveToTopStartAfterReadyBeforeParallel()2262 final TransitionInfo.Change chg = setup.mPlayer.mLastReady.getChanges().get(i); in testMoveToTopStartAfterReadyBeforeParallel()2271 for (int i = 0; i < setup.mPlayer.mLastReady.getChanges().size(); ++i) { in testMoveToTopStartAfterReadyBeforeParallel()2272 assertNull(setup.mPlayer.mLastReady.getChanges().get(i).getTaskInfo()); in testMoveToTopStartAfterReadyBeforeParallel()2289 for (int i = 0; i < setup.mPlayer.mLastReady.getChanges().size(); ++i) { in testMoveToTopStartBeforeReadyAfterParallel()[all …]
2082 TransitionInfo mLastReady = null; field in WindowTestsBase.TestTransitionPlayer2092 mLastReady = null; in clear()2101 mLastReady = transitionInfo; in onTransitionReady()
2112 assertNotNull(testPlayer.mLastReady); in testShellTransitRotation()2115 assertNotEquals(testPlayer.mLastReady.getChange(dcToken).getEndRotation(), in testShellTransitRotation()2116 testPlayer.mLastReady.getChange(dcToken).getStartRotation()); in testShellTransitRotation()