Home
last modified time | relevance | path

Searched refs:outBottomOrRightBounds (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/
DSplitScreenController.java461 public void getStageBounds(Rect outTopOrLeftBounds, Rect outBottomOrRightBounds) { in getStageBounds() argument
462 mStageCoordinator.getStageBounds(outTopOrLeftBounds, outBottomOrRightBounds); in getStageBounds()
DStageCoordinator.java1873 void getStageBounds(Rect outTopOrLeftBounds, Rect outBottomOrRightBounds) { in getStageBounds() argument
1875 outBottomOrRightBounds.set(mSplitLayout.getBounds2()); in getStageBounds()