Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DWindowStateTests.java459 assertFalse(child2.isSelfOrAncestorWindowAnimatingExit()); in testIsSelfOrAncestorWindowAnimating()
461 assertTrue(child2.isSelfOrAncestorWindowAnimatingExit()); in testIsSelfOrAncestorWindowAnimating()
464 assertTrue(child2.isSelfOrAncestorWindowAnimatingExit()); in testIsSelfOrAncestorWindowAnimating()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowState.java4677 boolean isSelfOrAncestorWindowAnimatingExit() { in isSelfOrAncestorWindowAnimatingExit() method in WindowState
4773 if (!isSelfOrAncestorWindowAnimatingExit()) { in onExitAnimationDone()