Home
last modified time | relevance | path

Searched defs:appWindow (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DRecentsAnimationControllerTest.java94 final AppWindowToken appWindow = createAppWindowToken(mDisplayContent, in testRemovedBeforeStarted_expectCanceled() local
113 final AppWindowToken appWindow = createAppWindowToken(mDisplayContent, in testCancelAfterRemove_expectIgnored() local
135 final AppWindowToken appWindow = createAppWindowToken(mDisplayContent, in testIncludedApps_expectTargetAndVisible() local
153 final AppWindowToken appWindow = createAppWindowToken(mDisplayContent, in testDeferCancelAnimation() local
157 assertEquals(appWindow.getTask().getTopVisibleAppToken(), appWindow); in testDeferCancelAnimation() local
176 final AppWindowToken appWindow = createAppWindowToken(mDisplayContent, in testDeferCancelAnimationWithScreenShot() local
180 assertEquals(appWindow.getTask().getTopVisibleAppToken(), appWindow); in testDeferCancelAnimationWithScreenShot() local
203 final AppWindowToken appWindow = createAppWindowToken(mDisplayContent, in testShouldAnimateWhenNoCancelWithDeferredScreenshot() local
207 assertEquals(appWindow.getTask().getTopVisibleAppToken(), appWindow); in testShouldAnimateWhenNoCancelWithDeferredScreenshot() local
DAppWindowTokenTests.java162 final WindowTestUtils.TestWindowState appWindow = createWindowState(attrs, mToken); in testLandscapeSeascapeRotationByApp() local
198 final WindowTestUtils.TestWindowState appWindow = createWindowState(attrs, mToken); in testLandscapeSeascapeRotationByPolicy() local
290 final WindowTestUtils.TestWindowState appWindow = createWindowState(attrs, mToken); in testKeyguardFlagsDuringRelaunch() local
DWindowStateTests.java220 final WindowState appWindow = createWindow(null, TYPE_APPLICATION, "appWindow"); in testCanBeImeTarget() local
/frameworks/base/services/core/java/com/android/server/wm/
DUnknownAppVisibilityController.java90 void appRemovedOrHidden(@NonNull AppWindowToken appWindow) { in appRemovedOrHidden()
101 void notifyLaunched(@NonNull AppWindowToken appWindow) { in notifyLaunched()
111 void notifyAppResumedFinished(@NonNull AppWindowToken appWindow) { in notifyAppResumedFinished()
124 void notifyRelayouted(@NonNull AppWindowToken appWindow) { in notifyRelayouted()
DWindowManagerService.java5887 final AppWindowToken appWindow = mRoot.getAppWindowToken(token); in notifyAppRelaunching() local
5896 final AppWindowToken appWindow = mRoot.getAppWindowToken(token); in notifyAppRelaunchingFinished() local
5905 final AppWindowToken appWindow = mRoot.getAppWindowToken(token); in notifyAppRelaunchesCleared() local
5914 final AppWindowToken appWindow = mRoot.getAppWindowToken(token); in notifyAppResumedFinished() local