Home
last modified time | relevance | path

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

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