Home
last modified time | relevance | path

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

/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/activities/
DAccessibilityTestActivity.java22 boolean mEnterAnimationComplete = false; field in AccessibilityTestActivity
26 mEnterAnimationComplete = false; in onStop()
41 mEnterAnimationComplete = true; in onEnterAnimationComplete()
48 if (mEnterAnimationComplete == false) { in waitForEnterAnimationComplete()
/cts/tests/tests/view/src/android/view/cts/
DGLSurfaceViewCtsActivity.java38 private boolean mEnterAnimationComplete = false; field in GLSurfaceViewCtsActivity
80 while (!(mIsStarted && mEnterAnimationComplete)) { in waitForReady()
108 mEnterAnimationComplete = true; in onEnterAnimationComplete()
119 mEnterAnimationComplete = false; in onStop()
/cts/tests/framework/base/windowmanager/src/android/server/wm/animations/
DLocationInWindowTests.java179 private boolean mEnterAnimationComplete; field in LocationInWindowTests.TestActivity
210 return mEnterAnimationComplete; in isEnterAnimationComplete()
216 mEnterAnimationComplete = true; in onEnterAnimationComplete()
DLocationOnScreenTests.java212 private boolean mEnterAnimationComplete; field in LocationOnScreenTests.TestActivity
239 return mEnterAnimationComplete; in isEnterAnimationComplete()
245 mEnterAnimationComplete = true; in onEnterAnimationComplete()