Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/app/
H A DActivity.java963 boolean mEnterAnimationComplete; field in Activity
2638 mEnterAnimationComplete = false; in onStop()
7549 mEnterAnimationComplete = true;
H A DInstrumentation.java429 while (timeout > 0 && !activity.mEnterAnimationComplete) { in waitForEnterAnimationComplete()