Searched refs:outTopOrLeftBounds (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() argument1874 outTopOrLeftBounds.set(mSplitLayout.getBounds1()); in getStageBounds()