Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DTestWindowManagerPolicy.java42 boolean mOkToAnimate = true; field in TestWindowManagerPolicy
175 return mOkToAnimate; in okToAnimate()
DDisplayContentTests.java1855 ((TestWindowManagerPolicy) mWm.mPolicy).mOkToAnimate = false; in testRecentsNotRotatingWithFixedRotation()