Searched refs:TestWindowState (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/ |
D | AppWindowTokenTests.java | 139 final WindowTestUtils.TestWindowState appWindow = createWindowState(attrs, mToken); in testLandscapeSeascapeRotationByApp() 168 final WindowTestUtils.TestWindowState appWindow = createWindowState(attrs, mToken); in testLandscapeSeascapeRotationByPolicy() 214 final WindowTestUtils.TestWindowState appWindow = createWindowState(attrs, mToken); in testKeyguardFlagsDuringRelaunch()
|
D | WindowTestUtils.java | 326 public static class TestWindowState extends WindowState { class in WindowTestUtils 329 TestWindowState(WindowManagerService service, Session session, IWindow window, in TestWindowState() method in WindowTestUtils.TestWindowState
|
D | WindowTestsBase.java | 361 WindowTestUtils.TestWindowState createWindowState(WindowManager.LayoutParams attrs, in createWindowState() 364 return new WindowTestUtils.TestWindowState(sWm, mMockSession, mIWindow, attrs, token); in createWindowState()
|