Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DTaskLaunchParamsModifier.java309 displayId = source.mHandoverLaunchDisplayId; in getPreferredLaunchDisplay()
DActivityRecord.java288 int mHandoverLaunchDisplayId = INVALID_DISPLAY; // Handover launch display id to next activity. field in ActivityRecord
1079 mHandoverLaunchDisplayId = options.getLaunchDisplayId(); in ActivityRecord()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DTaskLaunchParamsModifierTests.java208 source.mHandoverLaunchDisplayId = freeformDisplay.mDisplayId; in testUsesNoDisplaySourceHandoverDisplayIdIfSet()