Home
last modified time | relevance | path

Searched refs:rightNav (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/util/window/
DWindowManagerProxy.java164 int rightNav = navInsets.right; in normalizeWindowInsets() local
170 case Surface.ROTATION_90 -> rightNav = navBarWidth; in normalizeWindowInsets()
174 Insets newNavInsets = Insets.of(leftNav, navInsets.top, rightNav, bottomNav); in normalizeWindowInsets()