Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5b3df579 authored by Cosmin Băieș's avatar Cosmin Băieș Committed by Android (Google) Code Review
Browse files

Merge "Introduce input_method_navigation_bar_height" into main

parents bc7fe455 894695df
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
    }

+3 −0
Original line number Diff line number Diff line
@@ -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>
+3 −0
Original line number Diff line number Diff line
@@ -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>
+1 −0
Original line number Diff line number Diff line
@@ -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" />