Searched refs:hasWindowsAlive (Results 1 – 3 of 3) sorted by relevance
197 doReturn(true).when(rootTask).hasWindowsAlive(); in testRemoveContainer_deferRemoval()
3197 boolean hasWindowsAlive() { in hasWindowsAlive() method in Task3198 return getActivity(ActivityRecord::hasWindowsAlive) != null; in hasWindowsAlive()3207 return hasWindowsAlive() && getRootTask().isAnimating(TRANSITION | CHILDREN); in shouldDeferRemoval()
6448 boolean hasWindowsAlive() { in hasWindowsAlive() method in ActivityRecord