Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/am/
DActivityStackSupervisorTests.java119 mSupervisor.moveActivityToPinnedStackLocked(firstActivity, sourceBounds, in testReplacingTaskInPinnedStack()
129 mSupervisor.moveActivityToPinnedStackLocked(secondActivity, sourceBounds, in testReplacingTaskInPinnedStack()
/frameworks/base/services/core/java/com/android/server/am/
DActivityStackSupervisor.java3310 moveActivityToPinnedStackLocked(r, null /* sourceBounds */, 0f /* aspectRatio */, in moveTopStackActivityToPinnedStackLocked()
3315 void moveActivityToPinnedStackLocked(ActivityRecord r, Rect sourceHintBounds, float aspectRatio, in moveActivityToPinnedStackLocked() method in ActivityStackSupervisor
DActivityManagerService.java8852 mStackSupervisor.moveActivityToPinnedStackLocked(r, sourceBounds, aspectRatio, in enterPictureInPictureMode()