Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
DWindowStateTests.java322 assertFalse(child2.isSelfOrAncestorWindowAnimatingExit()); in testIsSelfOrAncestorWindowAnimating()
324 assertTrue(child2.isSelfOrAncestorWindowAnimatingExit()); in testIsSelfOrAncestorWindowAnimating()
327 assertTrue(child2.isSelfOrAncestorWindowAnimatingExit()); in testIsSelfOrAncestorWindowAnimating()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowState.java4084 boolean isSelfOrAncestorWindowAnimatingExit() { in isSelfOrAncestorWindowAnimatingExit() method in WindowState
4130 if (!isSelfOrAncestorWindowAnimatingExit()) { in onExitAnimationDone()