Searched refs:windowRectWithInsets (Results 1 – 1 of 1) sorted by relevance
843 Rect windowRectWithInsets = new Rect(windowRect); in calculateWindowStableInsets() local844 windowRectWithInsets.intersect(appRect); in calculateWindowStableInsets()845 inOutInsets.left = windowRectWithInsets.left - windowRect.left; in calculateWindowStableInsets()846 inOutInsets.top = windowRectWithInsets.top - windowRect.top; in calculateWindowStableInsets()847 inOutInsets.right = windowRect.right - windowRectWithInsets.right; in calculateWindowStableInsets()848 inOutInsets.bottom = windowRect.bottom - windowRectWithInsets.bottom; in calculateWindowStableInsets()