Home
last modified time | relevance | path

Searched refs:mStartingSurface (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DOverviewProxyService.java163 private final Optional<StartingSurface> mStartingSurface; field in OverviewProxyService
495 mStartingSurface.ifPresent((startingwindow) -> params.putBinder(
639 mStartingSurface = startingSurface; in OverviewProxyService()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityRecord.java749 WindowManagerPolicy.StartingSurface mStartingSurface; field in ActivityRecord
1105 if (mStartingWindow != null || mStartingSurface != null in dump()
1108 pw.print(" startingSurface="); pw.print(mStartingSurface); in dump()
2023 || (prev.mStartingWindow != null && prev.mStartingSurface != null)); in validateStartingWindowTheme()
2203 mStartingSurface = surface; in run()
2436 mStartingSurface = null; in removeStartingWindowAnimation()
2444 surface = mStartingSurface; in removeStartingWindowAnimation()
2446 mStartingSurface = null; in removeStartingWindowAnimation()
3991 if (tStartingWindow != null && fromActivity.mStartingSurface != null) { in transferStartingWindow()
4013 mStartingSurface = fromActivity.mStartingSurface; in transferStartingWindow()
[all …]
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DStatusBarTest.java277 @Mock private StartingSurface mStartingSurface; field in StatusBarTest
459 Optional.of(mStartingSurface), in setup()
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DActivityRecordTests.java3177 assertNotNull(atoken.mStartingSurface); in assertHasStartingWindow()
3183 assertNull(atoken.mStartingSurface); in assertNoStartingWindow()