Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DTestWindowManagerPolicy.java39 class TestWindowManagerPolicy implements WindowManagerPolicy { class
45 TestWindowManagerPolicy() { in TestWindowManagerPolicy() method in TestWindowManagerPolicy
DDisplayPolicyTests.java551 ((TestWindowManagerPolicy) mWm.mPolicy).mIsUserSetupComplete = true; in testCanSystemBarsBeShownByUser()
575 ((TestWindowManagerPolicy) mWm.mPolicy).mIsUserSetupComplete = true; in testTransientBarsSuppressedOnDreams()
DSystemServicesTestRule.java385 TestWindowManagerPolicy wmPolicy = new TestWindowManagerPolicy();
DDisplayAreaPolicyBuilderTest.java92 private TestWindowManagerPolicy mPolicy = new TestWindowManagerPolicy();
DDisplayContentTests.java1855 ((TestWindowManagerPolicy) mWm.mPolicy).mOkToAnimate = false; in testRecentsNotRotatingWithFixedRotation()