Searched refs:inOutInsets (Results 1 – 2 of 2) sorted by relevance
646 private void calculateWindowStableInsets(Rect inOutInsets, Rect windowRect) { in calculateWindowStableInsets() argument651 appRect.inset(inOutInsets); 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()
3891 private void calculateRelevantTaskInsets(Rect taskBounds, Rect inOutInsets, int displayWidth, in calculateRelevantTaskInsets() argument3894 mTmpRect.inset(inOutInsets); in calculateRelevantTaskInsets()3900 inOutInsets.set(leftInset, topInset, rightInset, bottomInset); in calculateRelevantTaskInsets()