Home
last modified time | relevance | path

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

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