Searched refs:systemInsets (Results 1 – 1 of 1) sorted by relevance
194 public static Rect calculateBottomInsetsOnRoundDevice(Display display, Rect systemInsets) { in calculateBottomInsetsOnRoundDevice() argument197 int width = size.x + systemInsets.left + systemInsets.right; in calculateBottomInsetsOnRoundDevice()198 int height = size.y + systemInsets.top + systemInsets.bottom; in calculateBottomInsetsOnRoundDevice()204 int bottomInset = systemInsets.bottom > minInset ? systemInsets.bottom : minInset; in calculateBottomInsetsOnRoundDevice()