Home
last modified time | relevance | path

Searched refs:TestWindowState (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
DAppWindowTokenTests.java139 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()
DWindowTestUtils.java326 public static class TestWindowState extends WindowState { class in WindowTestUtils
329 TestWindowState(WindowManagerService service, Session session, IWindow window, in TestWindowState() method in WindowTestUtils.TestWindowState
DWindowTestsBase.java361 WindowTestUtils.TestWindowState createWindowState(WindowManager.LayoutParams attrs, in createWindowState()
364 return new WindowTestUtils.TestWindowState(sWm, mMockSession, mIWindow, attrs, token); in createWindowState()