Home
last modified time | relevance | path

Searched refs:createWindowState (Results 1 – 2 of 2) 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()
DWindowTestsBase.java361 WindowTestUtils.TestWindowState createWindowState(WindowManager.LayoutParams attrs, in createWindowState() method in WindowTestsBase