Searched defs:appWindow (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | RecentsAnimationControllerTest.java | 94 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
|
D | AppWindowTokenTests.java | 162 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
|
D | WindowStateTests.java | 220 final WindowState appWindow = createWindow(null, TYPE_APPLICATION, "appWindow"); in testCanBeImeTarget() local
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | UnknownAppVisibilityController.java | 90 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()
|
D | WindowManagerService.java | 5887 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
|