Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DWindowTestUtils.java174 static class TestWindowState extends WindowState { class in WindowTestUtils
177 TestWindowState(WindowManagerService service, Session session, IWindow window, in TestWindowState() method in WindowTestUtils.TestWindowState
DAppWindowTokenTests.java162 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()
DWindowTestsBase.java443 WindowTestUtils.TestWindowState createWindowState(WindowManager.LayoutParams attrs, in createWindowState()
446 return new WindowTestUtils.TestWindowState(mWm, mMockSession, mIWindow, attrs, token); in createWindowState()