Searched refs:moveTopActivityToPinnedStack (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/core/java/android/app/ |
D | ActivityTaskManager.java | 310 public boolean moveTopActivityToPinnedStack(int stackId, Rect bounds) { in moveTopActivityToPinnedStack() method in ActivityTaskManager 312 return getService().moveTopActivityToPinnedStack(stackId, bounds); in moveTopActivityToPinnedStack()
|
D | IActivityTaskManager.aidl | 332 boolean moveTopActivityToPinnedStack(int stackId, in Rect bounds); in moveTopActivityToPinnedStack() method
|
D | IActivityManager.aidl | 501 boolean moveTopActivityToPinnedStack(int stackId, in Rect bounds); in moveTopActivityToPinnedStack() method
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | RecentTasksTest.java | 981 () -> mTestService.moveTopActivityToPinnedStack(INVALID_STACK_ID, new Rect())); in doTestRecentTasksApis()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActivityManagerShellCommand.java | 2708 if (!mTaskInterface.moveTopActivityToPinnedStack(stackId, bounds)) {
|
D | ActivityManagerService.java | 6376 public boolean moveTopActivityToPinnedStack(int stackId, Rect bounds) { in moveTopActivityToPinnedStack() method in ActivityManagerService 6377 return mActivityTaskManager.moveTopActivityToPinnedStack(stackId, bounds); in moveTopActivityToPinnedStack()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | ActivityTaskManagerService.java | 4076 public boolean moveTopActivityToPinnedStack(int stackId, Rect bounds) { in moveTopActivityToPinnedStack() method in ActivityTaskManagerService
|
/frameworks/base/api/ |
D | test-lint-baseline.txt | 546 MissingNullability: android.app.ActivityTaskManager#moveTopActivityToPinnedStack(int, android.graph…
|
D | test-current.txt | 91 …id.Manifest.permission.MANAGE_ACTIVITY_STACKS) public boolean moveTopActivityToPinnedStack(int, an…
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 5422 Landroid/app/IActivityManager$Stub$Proxy;->moveTopActivityToPinnedStack(ILandroid/graphics/Rect;)Z
|