Searched refs:moveTopActivityToPinnedStack (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/core/java/android/app/ |
D | ActivityTaskManager.java | 299 public boolean moveTopActivityToPinnedStack(int stackId, Rect bounds) { in moveTopActivityToPinnedStack() method in ActivityTaskManager 301 return getService().moveTopActivityToPinnedStack(stackId, bounds); in moveTopActivityToPinnedStack()
|
D | IActivityTaskManager.aidl | 311 boolean moveTopActivityToPinnedStack(int stackId, in Rect bounds); in moveTopActivityToPinnedStack() method
|
D | IActivityManager.aidl | 522 boolean moveTopActivityToPinnedStack(int stackId, in Rect bounds); in moveTopActivityToPinnedStack() method
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | RecentTasksTest.java | 1145 () -> mService.moveTopActivityToPinnedStack(INVALID_STACK_ID, new Rect())); in doTestRecentTasksApis()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActivityManagerShellCommand.java | 2701 if (!mTaskInterface.moveTopActivityToPinnedStack(stackId, bounds)) {
|
D | ActivityManagerService.java | 6678 public boolean moveTopActivityToPinnedStack(int stackId, Rect bounds) { in moveTopActivityToPinnedStack() method in ActivityManagerService 6679 return mActivityTaskManager.moveTopActivityToPinnedStack(stackId, bounds); in moveTopActivityToPinnedStack()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | ActivityTaskManagerService.java | 4051 public boolean moveTopActivityToPinnedStack(int stackId, Rect bounds) { in moveTopActivityToPinnedStack() method in ActivityTaskManagerService
|
/frameworks/base/api/ |
D | test-lint-baseline.txt | 564 MissingNullability: android.app.ActivityTaskManager#moveTopActivityToPinnedStack(int, android.graph…
|
D | test-current.txt | 133 …id.Manifest.permission.MANAGE_ACTIVITY_STACKS) public boolean moveTopActivityToPinnedStack(int, an…
|