Searched refs:canLaunchOnDisplay (Results 1 – 2 of 2) sorted by relevance
3067 if (candidateRoot != null && canLaunchOnDisplay(r, candidateRoot)) { in getOrCreateRootTask()3081 if (canLaunchOnDisplay(r, task)) { in getOrCreateRootTask()3109 if (canLaunchOnDisplay(r, taskDisplayArea.getDisplayId())) { in getOrCreateRootTask()3131 && canLaunchOnDisplay(r, taskDisplayArea.mDisplayContent.mDisplayId)) { in getOrCreateRootTask()3156 private boolean canLaunchOnDisplay(ActivityRecord r, Task task) { in canLaunchOnDisplay() method in RootWindowContainer3167 return canLaunchOnDisplay(r, task.getTaskDisplayArea().getDisplayId()); in canLaunchOnDisplay()3171 private boolean canLaunchOnDisplay(ActivityRecord r, int displayId) { in canLaunchOnDisplay() method in RootWindowContainer
27886 PLcom/android/server/wm/RootWindowContainer;->canLaunchOnDisplay(Lcom/android/server/wm/ActivityRec…