Searched refs:inOutInsets (Results 1 – 3 of 3) sorted by relevance
32 public static void addInsets(Rect inOutInsets, Rect insetsToAdd) { in addInsets() argument33 inOutInsets.left += insetsToAdd.left; in addInsets()34 inOutInsets.top += insetsToAdd.top; in addInsets()35 inOutInsets.right += insetsToAdd.right; in addInsets()36 inOutInsets.bottom += insetsToAdd.bottom; in addInsets()
850 private void calculateWindowStableInsets(Rect inOutInsets, Rect windowRect, Rect displayRect) { in calculateWindowStableInsets() argument854 appRect.inset(inOutInsets); in calculateWindowStableInsets()859 inOutInsets.left = windowRectWithInsets.left - windowRect.left; in calculateWindowStableInsets()860 inOutInsets.top = windowRectWithInsets.top - windowRect.top; in calculateWindowStableInsets()861 inOutInsets.right = windowRect.right - windowRectWithInsets.right; in calculateWindowStableInsets()862 inOutInsets.bottom = windowRect.bottom - windowRectWithInsets.bottom; in calculateWindowStableInsets()
4640 private void calculateRelevantTaskInsets(Rect taskBounds, Rect inOutInsets, int displayWidth, in calculateRelevantTaskInsets() argument4643 mTmpRect.inset(inOutInsets); in calculateRelevantTaskInsets()4649 inOutInsets.set(leftInset, topInset, rightInset, bottomInset); in calculateRelevantTaskInsets()