Searched refs:outBottomOrRightBounds (Results 1 – 2 of 2) sorted by relevance
461 public void getStageBounds(Rect outTopOrLeftBounds, Rect outBottomOrRightBounds) { in getStageBounds() argument462 mStageCoordinator.getStageBounds(outTopOrLeftBounds, outBottomOrRightBounds); in getStageBounds()
1873 void getStageBounds(Rect outTopOrLeftBounds, Rect outBottomOrRightBounds) { in getStageBounds() argument1875 outBottomOrRightBounds.set(mSplitLayout.getBounds2()); in getStageBounds()