Loading core/java/android/inputmethodservice/NavigationBarController.java +1 −1 Original line number Diff line number Diff line Loading @@ -524,7 +524,7 @@ final class NavigationBarController implements Window.DecorCallback, private int getImeCaptionBarHeight(boolean imeDrawsImeNavBar) { return imeDrawsImeNavBar ? mService.getResources().getDimensionPixelSize( com.android.internal.R.dimen.navigation_bar_frame_height) com.android.internal.R.dimen.input_method_navigation_bar_height) : 0; } Loading core/res/res/values-sw600dp/dimens.xml +3 −0 Original line number Diff line number Diff line Loading @@ -45,6 +45,9 @@ <dimen name="input_method_navigation_key_width">128dp</dimen> <!-- Copied from SysUI's @dimen/navigation_key_padding for the embedded nav bar in the IME --> <dimen name="input_method_navigation_key_padding">25dp</dimen> <!-- Height of the IME navigation bar; this matches the height of the taskbar in three button navigation mode. --> <dimen name="input_method_navigation_bar_height">@dimen/taskbar_frame_height</dimen> <!-- Height of FaceUnlock view in keyguard --> <dimen name="face_unlock_height">430dip</dimen> Loading core/res/res/values/dimens.xml +3 −0 Original line number Diff line number Diff line Loading @@ -151,6 +151,9 @@ <!-- Copied from SysUI's @dimen/key_button_ripple_max_width for the embedded nav bar in the IME. --> <dimen name="input_method_nav_key_button_ripple_max_width">95dp</dimen> <!-- Height of the IME navigation bar; this matches the height of the system navigation bar in three button navigation mode. --> <dimen name="input_method_navigation_bar_height">@dimen/navigation_bar_frame_height</dimen> <!-- Width of the window of the divider bar used to resize docked stacks. --> <dimen name="docked_stack_divider_thickness">48dp</dimen> Loading core/res/res/values/symbols.xml +1 −0 Original line number Diff line number Diff line Loading @@ -2642,6 +2642,7 @@ <!-- Gestural Nav buttons within InputMethodService --> <java-symbol type="dimen" name="input_method_nav_key_button_ripple_max_width" /> <java-symbol type="dimen" name="input_method_navigation_bar_height" /> <java-symbol type="drawable" name="ic_ime_nav_back" /> <java-symbol type="drawable" name="ic_ime_switcher" /> <java-symbol type="drawable" name="ic_ime_switcher_new" /> Loading Loading
core/java/android/inputmethodservice/NavigationBarController.java +1 −1 Original line number Diff line number Diff line Loading @@ -524,7 +524,7 @@ final class NavigationBarController implements Window.DecorCallback, private int getImeCaptionBarHeight(boolean imeDrawsImeNavBar) { return imeDrawsImeNavBar ? mService.getResources().getDimensionPixelSize( com.android.internal.R.dimen.navigation_bar_frame_height) com.android.internal.R.dimen.input_method_navigation_bar_height) : 0; } Loading
core/res/res/values-sw600dp/dimens.xml +3 −0 Original line number Diff line number Diff line Loading @@ -45,6 +45,9 @@ <dimen name="input_method_navigation_key_width">128dp</dimen> <!-- Copied from SysUI's @dimen/navigation_key_padding for the embedded nav bar in the IME --> <dimen name="input_method_navigation_key_padding">25dp</dimen> <!-- Height of the IME navigation bar; this matches the height of the taskbar in three button navigation mode. --> <dimen name="input_method_navigation_bar_height">@dimen/taskbar_frame_height</dimen> <!-- Height of FaceUnlock view in keyguard --> <dimen name="face_unlock_height">430dip</dimen> Loading
core/res/res/values/dimens.xml +3 −0 Original line number Diff line number Diff line Loading @@ -151,6 +151,9 @@ <!-- Copied from SysUI's @dimen/key_button_ripple_max_width for the embedded nav bar in the IME. --> <dimen name="input_method_nav_key_button_ripple_max_width">95dp</dimen> <!-- Height of the IME navigation bar; this matches the height of the system navigation bar in three button navigation mode. --> <dimen name="input_method_navigation_bar_height">@dimen/navigation_bar_frame_height</dimen> <!-- Width of the window of the divider bar used to resize docked stacks. --> <dimen name="docked_stack_divider_thickness">48dp</dimen> Loading
core/res/res/values/symbols.xml +1 −0 Original line number Diff line number Diff line Loading @@ -2642,6 +2642,7 @@ <!-- Gestural Nav buttons within InputMethodService --> <java-symbol type="dimen" name="input_method_nav_key_button_ripple_max_width" /> <java-symbol type="dimen" name="input_method_navigation_bar_height" /> <java-symbol type="drawable" name="ic_ime_nav_back" /> <java-symbol type="drawable" name="ic_ime_switcher" /> <java-symbol type="drawable" name="ic_ime_switcher_new" /> Loading