Searched refs:leftNav (Results 1 – 1 of 1) sorted by relevance
163 int leftNav = navInsets.left; in normalizeWindowInsets() local171 case Surface.ROTATION_270 -> leftNav = navBarWidth; in normalizeWindowInsets()174 Insets newNavInsets = Insets.of(leftNav, navInsets.top, rightNav, bottomNav); in normalizeWindowInsets()