Searched refs:windowRectWithInsets (Results 1 – 1 of 1) sorted by relevance
654 Rect windowRectWithInsets = new Rect(windowRect); in calculateWindowStableInsets() local655 windowRectWithInsets.intersect(appRect); in calculateWindowStableInsets()656 inOutInsets.left = windowRectWithInsets.left - windowRect.left; in calculateWindowStableInsets()657 inOutInsets.top = windowRectWithInsets.top - windowRect.top; in calculateWindowStableInsets()658 inOutInsets.right = windowRect.right - windowRectWithInsets.right; in calculateWindowStableInsets()659 inOutInsets.bottom = windowRect.bottom - windowRectWithInsets.bottom; in calculateWindowStableInsets()