Home
last modified time | relevance | path

Searched refs:windowRectWithInsets (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DRecentsImpl.java654 Rect windowRectWithInsets = new Rect(windowRect); in calculateWindowStableInsets() local
655 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()