Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DDisplayContent.java6914 final ActivityRecord animatingRecents = mAnimatingRecents; in onFinishRecentsAnimation() local
6924 if (animatingRecents != null && animatingRecents == mFixedRotationLaunchingApp in onFinishRecentsAnimation()
6925 && animatingRecents.isVisible() && animatingRecents != topRunningActivity()) { in onFinishRecentsAnimation()