Home
last modified time | relevance | path

Searched refs:createTestWindowToken (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DWindowManagerServiceTests.java167 final WindowToken windowToken = createTestWindowToken(TYPE_INPUT_METHOD_DIALOG, in testMoveWindowTokenToDisplay_SameDisplay_DoNothing()
177 final WindowToken windowToken = createTestWindowToken(TYPE_INPUT_METHOD_DIALOG, in testMoveWindowTokenToDisplay_DifferentDisplay_DoMoveDisplay()
198 final WindowToken windowToken = createTestWindowToken(TYPE_INPUT_METHOD, mDefaultDisplay); in testAttachWindowContextToWindowToken_InvalidWindowType_ThrowException()
209 final WindowToken windowToken = createTestWindowToken(TYPE_INPUT_METHOD, mDefaultDisplay); in testAttachWindowContextToWindowToken_DifferentWindowType_ThrowException()
220 final WindowToken windowToken = createTestWindowToken(TYPE_INPUT_METHOD, mDefaultDisplay); in testAttachWindowContextToWindowToken_CallerNotValid_EarlyReturn()
236 final WindowToken windowToken = createTestWindowToken(TYPE_INPUT_METHOD, mDefaultDisplay); in testAttachWindowContextToWindowToken_CallerValid_DoRegister()
254 final WindowToken windowToken = createTestWindowToken(TYPE_INPUT_METHOD, mDefaultDisplay); in testAddWindowWithSubWindowTypeByWindowContext()
H A DWindowTokenTests.java65 final TestWindowToken token = createTestWindowToken(0, mDisplayContent); in testAddWindow()
99 final TestWindowToken token = createTestWindowToken(0, dc); in testChildRemoval()
122 final TestWindowToken token = createTestWindowToken( in testTokenRemovalProcess()
156 tokens[i] = createTestWindowToken(TYPE_APPLICATION_OVERLAY, mDisplayContent); in testFinishFixedRotationTransform()
269 final TestWindowToken token = createTestWindowToken(0, mDisplayContent); in testRemoveWindowToken_noAnimateExitWhenSet()
H A DWindowContextListenerControllerTests.java76 mContainer = createTestWindowToken(TYPE_APPLICATION_OVERLAY, mDisplayContent); in setUp()
95 final WindowContainer<?> container = createTestWindowToken(TYPE_APPLICATION_OVERLAY, in testRegisterWindowContextListener()
127 final WindowContainer<?> container = createTestWindowToken(TYPE_APPLICATION_OVERLAY, in testRegisterWindowContextListenerClientConfigPropagation()
H A DWindowTestsBase.java393 return createTestWindowToken(type, dc); in createWindowToken()
1582 static TestWindowToken createTestWindowToken(int type, DisplayContent dc) { in createTestWindowToken() method in WindowTestsBase
1583 return createTestWindowToken(type, dc, false /* persistOnEmpty */); in createTestWindowToken()
1586 static TestWindowToken createTestWindowToken(int type, DisplayContent dc, in createTestWindowToken() method in WindowTestsBase
H A DWindowStateTests.java373 final WindowToken windowToken = createTestWindowToken(FIRST_SUB_WINDOW, mDisplayContent); in testPrepareWindowToDisplayDuringRelayout()
H A DSizeCompatTests.java2246 final TestWindowToken token = createTestWindowToken( in addStatusBar()