Searched defs:appWindow (Results 1 – 5 of 5) sorted by relevance
| /frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
| D | RecentsAnimationControllerTest.java | 90 final AppWindowToken appWindow = createAppWindowToken(mDisplayContent, in testRemovedBeforeStarted_expectCanceled() local 109 final AppWindowToken appWindow = createAppWindowToken(mDisplayContent, in testCancelAfterRemove_expectIgnored() local 131 final AppWindowToken appWindow = createAppWindowToken(mDisplayContent, in testIncludedApps_expectTargetAndVisible() local 149 final AppWindowToken appWindow = createAppWindowToken(mDisplayContent, in testCancelAnimationWithScreenShot() local 153 assertEquals(appWindow.getTask().getTopVisibleAppToken(), appWindow); in testCancelAnimationWithScreenShot() local 176 final AppWindowToken appWindow = createAppWindowToken(mDisplayContent, in testShouldAnimateWhenNoCancelWithDeferredScreenshot() local 180 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 | 5868 final AppWindowToken appWindow = mRoot.getAppWindowToken(token); in notifyAppRelaunching() local 5877 final AppWindowToken appWindow = mRoot.getAppWindowToken(token); in notifyAppRelaunchingFinished() local 5886 final AppWindowToken appWindow = mRoot.getAppWindowToken(token); in notifyAppRelaunchesCleared() local 5895 final AppWindowToken appWindow = mRoot.getAppWindowToken(token); in notifyAppResumedFinished() local
|