Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DTaskLaunchParamsModifier.java540 final TaskDisplayArea displayAreaFromSourceProcess = controllerFromRequest == null ? null in getFallbackDisplayAreaForActivity() local
542 if (displayAreaFromSourceProcess != null) { in getFallbackDisplayAreaForActivity()
543 return displayAreaFromSourceProcess; in getFallbackDisplayAreaForActivity()