Searched refs:insetsToAdd (Results 1 – 1 of 1) sorted by relevance
62 public static void addInsets(Rect inOutInsets, Rect insetsToAdd) { in addInsets() argument63 inOutInsets.left += insetsToAdd.left; in addInsets()64 inOutInsets.top += insetsToAdd.top; in addInsets()65 inOutInsets.right += insetsToAdd.right; in addInsets()66 inOutInsets.bottom += insetsToAdd.bottom; in addInsets()