/frameworks/base/core/java/android/app/ |
D | ActivityTaskManager.java | 299 public boolean moveTopActivityToPinnedStack(int stackId, Rect bounds) { in moveTopActivityToPinnedStack() 339 public void moveTaskToStack(int taskId, int stackId, boolean toTop) { in moveTaskToStack()
|
D | TaskInfo.java | 50 public int stackId; field in TaskInfo
|
D | IActivityTaskManager.aidl | 189 void setFocusedStack(int stackId); in setFocusedStack() 242 void moveStackToDisplay(int stackId, int displayId); in moveStackToDisplay() 243 void removeStack(int stackId); in removeStack() 254 void moveTaskToStack(int taskId, int stackId, boolean toTop); in moveTaskToStack() 306 void positionTaskInStack(int taskId, int stackId, int position); in positionTaskInStack() 311 boolean moveTopActivityToPinnedStack(int stackId, in Rect bounds); in moveTopActivityToPinnedStack()
|
D | ITaskStackListener.aidl | 33 void onActivityPinned(String packageName, int userId, int taskId, int stackId); in onActivityPinned()
|
D | TaskStackListener.java | 46 public void onActivityPinned(String packageName, int userId, int taskId, int stackId) in onActivityPinned()
|
D | IActivityManager.aidl | 450 void moveTaskToStack(int taskId, int stackId, boolean toTop); in moveTaskToStack() 451 void setFocusedStack(int stackId); in setFocusedStack() 518 void positionTaskInStack(int taskId, int stackId, int position); in positionTaskInStack() 522 boolean moveTopActivityToPinnedStack(int stackId, in Rect bounds); in moveTopActivityToPinnedStack() 529 void removeStack(int stackId); in removeStack()
|
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/ |
D | TaskStackChangeListeners.java | 110 public void onActivityPinned(String packageName, int userId, int taskId, int stackId) in onActivityPinned() 457 PinnedActivityInfo(String packageName, int userId, int taskId, int stackId) { in PinnedActivityInfo()
|
D | TaskStackChangeListener.java | 38 public void onActivityPinned(String packageName, int userId, int taskId, int stackId) { } in onActivityPinned()
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | ActivityTestsBase.java | 464 StackBuilder setStackId(int stackId) { in setStackId() 509 final int stackId = mStackId >= 0 ? mStackId : mTaskDisplayArea.getNextStackId(); in build() local
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | RootWindowContainer.java | 2077 void moveStackToTaskDisplayArea(int stackId, TaskDisplayArea taskDisplayArea, boolean onTop) { in moveStackToTaskDisplayArea() 2109 void moveStackToDisplay(int stackId, int displayId, boolean onTop) { in moveStackToDisplay() 2126 boolean moveTopStackActivityToPinnedStack(int stackId) { in moveTopStackActivityToPinnedStack() 2407 protected ActivityStack getStack(int stackId) { in getStack() 2482 ActivityManager.StackInfo getStackInfo(int stackId) { in getStackInfo()
|
D | TaskDisplayArea.java | 1019 final int stackId = getNextStackId(); in createStack() local 1051 ActivityStack createStackUnchecked(int windowingMode, int activityType, int stackId, in createStackUnchecked()
|
D | ActivityTaskManagerService.java | 2174 public void setFocusedStack(int stackId) { in setFocusedStack() 2740 public void moveTaskToStack(int taskId, int stackId, boolean toTop) { in moveTaskToStack() 3466 public void removeStack(int stackId) { in removeStack() 3488 public void moveStackToDisplay(int stackId, int displayId) { in moveStackToDisplay() 3976 public void positionTaskInStack(int taskId, int stackId, int position) { in positionTaskInStack() 4051 public boolean moveTopActivityToPinnedStack(int stackId, Rect bounds) { in moveTopActivityToPinnedStack()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActivityManagerService.java | 3096 public void setFocusedStack(int stackId) { in setFocusedStack() 6618 public void removeStack(int stackId) { in removeStack() 6658 public void moveTaskToStack(int taskId, int stackId, boolean toTop) { in moveTaskToStack() 6678 public boolean moveTopActivityToPinnedStack(int stackId, Rect bounds) { in moveTopActivityToPinnedStack() 6683 public void positionTaskInStack(int taskId, int stackId, int position) { in positionTaskInStack()
|