Searched refs:maxWidthAndHeightOfSmallCutoutPx (Results 1 – 2 of 2) sorted by relevance
41 private val maxWidthAndHeightOfSmallCutoutPx = 136 constant49 maxWidthAndHeightOfSmallCutoutPx in cutout_at_bottom_right_corner()60 maxWidthAndHeightOfSmallCutoutPx in cutout_at_bottom_left_corner_with_offset()71 maxWidthAndHeightOfSmallCutoutPx in cutout_at_bottom_right_corner_with_offset()82 maxWidthAndHeightOfSmallCutoutPx in cutout_at_bottom_left_corner()93 maxWidthAndHeightOfSmallCutoutPx in cutout_at_bottom_edge_at_bottom_corners()107 maxWidthAndHeightOfSmallCutoutPx in cutout_too_big_not_at_bottom_corners()121 maxWidthAndHeightOfSmallCutoutPx in cutout_too_small_at_bottom_corners()134 maxWidthAndHeightOfSmallCutoutPx in cutout_empty_not_at_bottom_corners()
264 int maxWidthAndHeightOfSmallCutoutPx) { in areBottomDisplayCutoutsSmallAndAtCorners() argument270 return (cutoutRectBottom.right <= maxWidthAndHeightOfSmallCutoutPx) in areBottomDisplayCutoutsSmallAndAtCorners()271 || cutoutRectBottom.left >= (screenWidthPx - maxWidthAndHeightOfSmallCutoutPx); in areBottomDisplayCutoutsSmallAndAtCorners()