Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DRecentsAnimation.java308 if (!controller.shouldCancelWithDeferredScreenshot() in finishAnimation()
368 controller.shouldCancelWithDeferredScreenshot() ? FADE_IN : BOUNDS); in onStackOrderChanged()
376 && controller.shouldCancelWithDeferredScreenshot()) { in onStackOrderChanged()
DRecentsAnimationController.java533 boolean shouldCancelWithDeferredScreenshot() { in shouldCancelWithDeferredScreenshot() method in RecentsAnimationController
DAppWindowToken.java2480 && controller.shouldCancelWithDeferredScreenshot()) { in shouldAnimate()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DRecentsAnimationControllerTest.java188 assertFalse(mController.shouldCancelWithDeferredScreenshot()); in testShouldAnimateWhenNoCancelWithDeferredScreenshot()
DRecentsAnimationTest.java223 doReturn(true).when(mRecentsAnimationController).shouldCancelWithDeferredScreenshot(); in testCancelAnimationOnVisibleStackOrderChange()
/frameworks/base/services/
Dart-profile16516 PLcom/android/server/wm/RecentsAnimationController;->shouldCancelWithDeferredScreenshot()Z