Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/am/
DActivityRecordTests.java252 record.canBeLaunchedOnDisplay(DEFAULT_DISPLAY); in testSupportsLaunchingResizeable()
/frameworks/base/services/core/java/com/android/server/am/
DActivityStackSupervisor.java2507 return r.canBeLaunchedOnDisplay(displayId); in canLaunchOnDisplay()
2524 if (!r.canBeLaunchedOnDisplay(displayId)) { in getValidLaunchStackOnDisplay()
2562 return r.canBeLaunchedOnDisplay(displayId); in isValidLaunchStack()
4494 if (!task.canBeLaunchedOnDisplay(actualDisplayId)) { in handleNonResizableTaskIfNeeded()
DTaskRecord.java627 if (!canBeLaunchedOnDisplay(toStack.mDisplayId)) { in reparent()
1520 boolean canBeLaunchedOnDisplay(int displayId) { in canBeLaunchedOnDisplay() method in TaskRecord
DActivityStarter.java2109 || !mStartActivity.canBeLaunchedOnDisplay(targetDisplayId); in setTaskFromSourceRecord()
2396 && r.canBeLaunchedOnDisplay(focusedStack.mDisplayId); in canLaunchIntoFocusedStack()
DActivityRecord.java1262 boolean canBeLaunchedOnDisplay(int displayId) { in canBeLaunchedOnDisplay() method in ActivityRecord