Searched refs:minInset (Results 1 – 1 of 1) sorted by relevance
201 int minInset = (int) (height * Constants.WEAR_ROUND_MIN_INSET_PERCENT); in calculateBottomInsetsOnRoundDevice() local204 int bottomInset = systemInsets.bottom > minInset ? systemInsets.bottom : minInset; in calculateBottomInsetsOnRoundDevice()