Loading core/res/res/values/config.xml +3 −0 Original line number Diff line number Diff line Loading @@ -3663,6 +3663,9 @@ <!-- Controls whether the navigation bar lets through taps. --> <bool name="config_navBarTapThrough">false</bool> <!-- Controls whether the IME renders the back and IME switcher buttons or not. --> <bool name="config_imeDrawsImeNavBar">false</bool> <!-- Controls whether the side edge gestures can always trigger the transient nav bar to show. --> <bool name="config_navBarAlwaysShowOnSideEdgeGesture">false</bool> Loading core/res/res/values/symbols.xml +1 −0 Original line number Diff line number Diff line Loading @@ -2996,6 +2996,7 @@ <java-symbol type="integer" name="config_navBarInteractionMode" /> <java-symbol type="bool" name="config_navBarCanMove" /> <java-symbol type="bool" name="config_navBarTapThrough" /> <java-symbol type="bool" name="config_imeDrawsImeNavBar" /> <java-symbol type="bool" name="config_navBarAlwaysShowOnSideEdgeGesture" /> <java-symbol type="bool" name="config_navBarNeedsScrim" /> <java-symbol type="bool" name="config_allowSeamlessRotationDespiteNavBarMoving" /> Loading packages/overlays/NavigationBarModeGesturalOverlay/res/values/config.xml +3 −0 Original line number Diff line number Diff line Loading @@ -30,6 +30,9 @@ <!-- Controls whether the navigation bar lets through taps. --> <bool name="config_navBarTapThrough">true</bool> <!-- Controls whether the IME renders the back and IME switcher buttons or not. --> <bool name="config_imeDrawsImeNavBar">true</bool> <!-- Controls the size of the back gesture inset. --> <dimen name="config_backGestureInset">30dp</dimen> Loading packages/overlays/NavigationBarModeGesturalOverlayExtraWideBack/res/values/config.xml +3 −0 Original line number Diff line number Diff line Loading @@ -30,6 +30,9 @@ <!-- Controls whether the navigation bar lets through taps. --> <bool name="config_navBarTapThrough">true</bool> <!-- Controls whether the IME renders the back and IME switcher buttons or not. --> <bool name="config_imeDrawsImeNavBar">true</bool> <!-- Controls the size of the back gesture inset. --> <dimen name="config_backGestureInset">40dp</dimen> Loading packages/overlays/NavigationBarModeGesturalOverlayNarrowBack/res/values/config.xml +3 −0 Original line number Diff line number Diff line Loading @@ -30,6 +30,9 @@ <!-- Controls whether the navigation bar lets through taps. --> <bool name="config_navBarTapThrough">true</bool> <!-- Controls whether the IME renders the back and IME switcher buttons or not. --> <bool name="config_imeDrawsImeNavBar">true</bool> <!-- Controls the size of the back gesture inset. --> <dimen name="config_backGestureInset">18dp</dimen> Loading Loading
core/res/res/values/config.xml +3 −0 Original line number Diff line number Diff line Loading @@ -3663,6 +3663,9 @@ <!-- Controls whether the navigation bar lets through taps. --> <bool name="config_navBarTapThrough">false</bool> <!-- Controls whether the IME renders the back and IME switcher buttons or not. --> <bool name="config_imeDrawsImeNavBar">false</bool> <!-- Controls whether the side edge gestures can always trigger the transient nav bar to show. --> <bool name="config_navBarAlwaysShowOnSideEdgeGesture">false</bool> Loading
core/res/res/values/symbols.xml +1 −0 Original line number Diff line number Diff line Loading @@ -2996,6 +2996,7 @@ <java-symbol type="integer" name="config_navBarInteractionMode" /> <java-symbol type="bool" name="config_navBarCanMove" /> <java-symbol type="bool" name="config_navBarTapThrough" /> <java-symbol type="bool" name="config_imeDrawsImeNavBar" /> <java-symbol type="bool" name="config_navBarAlwaysShowOnSideEdgeGesture" /> <java-symbol type="bool" name="config_navBarNeedsScrim" /> <java-symbol type="bool" name="config_allowSeamlessRotationDespiteNavBarMoving" /> Loading
packages/overlays/NavigationBarModeGesturalOverlay/res/values/config.xml +3 −0 Original line number Diff line number Diff line Loading @@ -30,6 +30,9 @@ <!-- Controls whether the navigation bar lets through taps. --> <bool name="config_navBarTapThrough">true</bool> <!-- Controls whether the IME renders the back and IME switcher buttons or not. --> <bool name="config_imeDrawsImeNavBar">true</bool> <!-- Controls the size of the back gesture inset. --> <dimen name="config_backGestureInset">30dp</dimen> Loading
packages/overlays/NavigationBarModeGesturalOverlayExtraWideBack/res/values/config.xml +3 −0 Original line number Diff line number Diff line Loading @@ -30,6 +30,9 @@ <!-- Controls whether the navigation bar lets through taps. --> <bool name="config_navBarTapThrough">true</bool> <!-- Controls whether the IME renders the back and IME switcher buttons or not. --> <bool name="config_imeDrawsImeNavBar">true</bool> <!-- Controls the size of the back gesture inset. --> <dimen name="config_backGestureInset">40dp</dimen> Loading
packages/overlays/NavigationBarModeGesturalOverlayNarrowBack/res/values/config.xml +3 −0 Original line number Diff line number Diff line Loading @@ -30,6 +30,9 @@ <!-- Controls whether the navigation bar lets through taps. --> <bool name="config_navBarTapThrough">true</bool> <!-- Controls whether the IME renders the back and IME switcher buttons or not. --> <bool name="config_imeDrawsImeNavBar">true</bool> <!-- Controls the size of the back gesture inset. --> <dimen name="config_backGestureInset">18dp</dimen> Loading