Searched refs:inOutInsets (Results 1 – 2 of 2) sorted by relevance
40 public static void rotateInsets(Rect inOutInsets, int rotationDelta) { in rotateInsets() argument41 final Rect r = inOutInsets; in rotateInsets()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()
341 private void convertNonDecorInsetsToStableInsets(Resources res, Rect inOutInsets, in convertNonDecorInsetsToStableInsets() argument347 inOutInsets.top = Math.max(inOutInsets.top, statusBarHeight); in convertNonDecorInsetsToStableInsets()