Searched refs:boundRect (Results 1 – 2 of 2) sorted by relevance
477 final Rect boundRect = new Rect(windowMetrics.getBounds()); in getDraggableWindowBounds() local478 boundRect.offsetTo(0, 0); in getDraggableWindowBounds()479 boundRect.inset(0, 0, mParams.width, mParams.height); in getDraggableWindowBounds()480 boundRect.inset(windowInsets); in getDraggableWindowBounds()481 boundRect.inset(layoutMargin, layoutMargin); in getDraggableWindowBounds()482 return boundRect; in getDraggableWindowBounds()
684 final Rect boundRect = new Rect(windowMetrics.getBounds()); in getDraggableWindowBounds() local685 boundRect.offsetTo(0, 0); in getDraggableWindowBounds()686 boundRect.inset(0, 0, mSettingView.getMeasuredWidth(), mSettingView.getMeasuredHeight()); in getDraggableWindowBounds()687 boundRect.inset(windowInsets); in getDraggableWindowBounds()688 return boundRect; in getDraggableWindowBounds()