Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DWindowStateTests.java385 assertFalse(child2.isSelfOrAncestorWindowAnimatingExit()); in testIsSelfOrAncestorWindowAnimating()
387 assertTrue(child2.isSelfOrAncestorWindowAnimatingExit()); in testIsSelfOrAncestorWindowAnimating()
390 assertTrue(child2.isSelfOrAncestorWindowAnimatingExit()); in testIsSelfOrAncestorWindowAnimating()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowState.java4326 boolean isSelfOrAncestorWindowAnimatingExit() { in isSelfOrAncestorWindowAnimatingExit() method in WindowState
4374 if (!isSelfOrAncestorWindowAnimatingExit()) { in onExitAnimationDone()
/frameworks/base/services/
Dart-profile17792 HSPLcom/android/server/wm/WindowState;->isSelfOrAncestorWindowAnimatingExit()Z