Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DActivity.java950 boolean mEnterAnimationComplete; field in Activity
2603 mEnterAnimationComplete = false; in onStop()
7487 mEnterAnimationComplete = true; in dispatchEnterAnimationComplete()
DInstrumentation.java411 while (timeout > 0 && !activity.mEnterAnimationComplete) { in waitForEnterAnimationComplete()