Home
last modified time | relevance | path

Searched refs:mHandoverLaunchDisplayId (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DTaskLaunchParamsModifier.java406 final int displayId = source.mHandoverLaunchDisplayId; in getPreferredLaunchTaskDisplayArea()
H A DActivityRecord.java454 int mHandoverLaunchDisplayId = INVALID_DISPLAY; // Handover launch display id to next activity. field in ActivityRecord
1830 mHandoverLaunchDisplayId = options.getLaunchDisplayId(); in ActivityRecord()
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DTaskLaunchParamsModifierTests.java244 source.mHandoverLaunchDisplayId = freeformDisplay.mDisplayId; in testUsesNoDisplaySourceHandoverDisplayIdIfSet()