Loading core/java/android/inputmethodservice/InputMethodService.java +1 −1 Original line number Diff line number Diff line Loading @@ -580,7 +580,7 @@ public class InputMethodService extends AbstractInputMethodService { * Enable the logic to allow hiding the IME caption bar ("fake" IME navigation bar). * @hide */ public static final boolean ENABLE_HIDE_IME_CAPTION_BAR = false; public static final boolean ENABLE_HIDE_IME_CAPTION_BAR = true; LayoutInflater mInflater; TypedArray mThemeAttrs; Loading Loading
core/java/android/inputmethodservice/InputMethodService.java +1 −1 Original line number Diff line number Diff line Loading @@ -580,7 +580,7 @@ public class InputMethodService extends AbstractInputMethodService { * Enable the logic to allow hiding the IME caption bar ("fake" IME navigation bar). * @hide */ public static final boolean ENABLE_HIDE_IME_CAPTION_BAR = false; public static final boolean ENABLE_HIDE_IME_CAPTION_BAR = true; LayoutInflater mInflater; TypedArray mThemeAttrs; Loading