Searched refs:bottomInset (Results 1 – 1 of 1) sorted by relevance
204 int bottomInset = systemInsets.bottom > minInset ? systemInsets.bottom : minInset; in calculateBottomInsetsOnRoundDevice() local208 double apothem = radius - bottomInset; in calculateBottomInsetsOnRoundDevice()212 Log.d(TAG, "calculateBottomInsetsOnRoundDevice: " + bottomInset + ", " + leftRightInset); in calculateBottomInsetsOnRoundDevice()214 return new Rect(leftRightInset, 0, leftRightInset, bottomInset); in calculateBottomInsetsOnRoundDevice()