Searched refs:rotationAnim (Results 1 – 2 of 2) sorted by relevance
1541 final ScreenRotationAnimation rotationAnim = new ScreenRotationAnimation(displayContent, in testHybridRotationAnimation() local1543 spyOn(rotationAnim); in testHybridRotationAnimation()1545 doReturn(true).when(rotationAnim).hasScreenshot(); in testHybridRotationAnimation()1547 displayContent.setRotationAnimation(rotationAnim); in testHybridRotationAnimation()
1964 final ScreenRotationAnimation rotationAnim = display.getRotationAnimation(); in testActivityOnCancelFixedRotationTransform() local1965 assertNotNull(rotationAnim); in testActivityOnCancelFixedRotationTransform()1966 rotationAnim.setRotation(display.getPendingTransaction(), originalRotation); in testActivityOnCancelFixedRotationTransform()1973 assertTrue(rotationAnim.isRotating()); in testActivityOnCancelFixedRotationTransform()