Searched refs:TestWindowState (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | WindowTestUtils.java | 174 static class TestWindowState extends WindowState { class in WindowTestUtils 177 TestWindowState(WindowManagerService service, Session session, IWindow window, in TestWindowState() method in WindowTestUtils.TestWindowState
|
D | AppWindowTokenTests.java | 162 final WindowTestUtils.TestWindowState appWindow = createWindowState(attrs, mToken); in testLandscapeSeascapeRotationByApp() 198 final WindowTestUtils.TestWindowState appWindow = createWindowState(attrs, mToken); in testLandscapeSeascapeRotationByPolicy() 290 final WindowTestUtils.TestWindowState appWindow = createWindowState(attrs, mToken); in testKeyguardFlagsDuringRelaunch() 511 final WindowTestUtils.TestWindowState startingWindow = createWindowState(attrs, mToken); in testHasStartingWindow()
|
D | WindowTestsBase.java | 443 WindowTestUtils.TestWindowState createWindowState(WindowManager.LayoutParams attrs, in createWindowState() 446 return new WindowTestUtils.TestWindowState(mWm, mMockSession, mIWindow, attrs, token); in createWindowState()
|