Searched refs:navInsets (Results 1 – 1 of 1) sorted by relevance
147 Insets navInsets = oldInsets.getInsets(WindowInsets.Type.navigationBars()); in normalizeWindowInsets() local163 int leftNav = navInsets.left; in normalizeWindowInsets()164 int rightNav = navInsets.right; in normalizeWindowInsets()174 Insets newNavInsets = Insets.of(leftNav, navInsets.top, rightNav, bottomNav); in normalizeWindowInsets()