Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DPinnedTaskController.java204 void setEnterPipBounds(Rect bounds) { in setEnterPipBounds() method in PinnedTaskController
DWindowOrganizerController.java890 tr.mDisplayContent.mPinnedTaskController.setEnterPipBounds(enterPipBounds); in applyTaskChanges()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DDisplayContentTests.java1782 displayContent.mPinnedTaskController.setEnterPipBounds(pinnedTask.getBounds()); in testFixedRotationWithPip()