Searched refs:shouldCancelWithDeferredScreenshot (Results 1 – 6 of 6) sorted by relevance
308 if (!controller.shouldCancelWithDeferredScreenshot() in finishAnimation()368 controller.shouldCancelWithDeferredScreenshot() ? FADE_IN : BOUNDS); in onStackOrderChanged()376 && controller.shouldCancelWithDeferredScreenshot()) { in onStackOrderChanged()
533 boolean shouldCancelWithDeferredScreenshot() { in shouldCancelWithDeferredScreenshot() method in RecentsAnimationController
2480 && controller.shouldCancelWithDeferredScreenshot()) { in shouldAnimate()
188 assertFalse(mController.shouldCancelWithDeferredScreenshot()); in testShouldAnimateWhenNoCancelWithDeferredScreenshot()
223 doReturn(true).when(mRecentsAnimationController).shouldCancelWithDeferredScreenshot(); in testCancelAnimationOnVisibleStackOrderChange()
16516 PLcom/android/server/wm/RecentsAnimationController;->shouldCancelWithDeferredScreenshot()Z