Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DIActivityManager.aidl496 boolean moveTopActivityToPinnedStack(int stackId, in Rect bounds); in moveTopActivityToPinnedStack() method
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerShellCommand.java1936 if (!mInterface.moveTopActivityToPinnedStack(stackId, bounds)) {
DActivityManagerService.java10586 public boolean moveTopActivityToPinnedStack(int stackId, Rect bounds) {