Searched refs:mShowImeWithHardKeyboard (Results 1 – 3 of 3) sorted by relevance
872 private int mShowImeWithHardKeyboard = ShowImeWithHardKeyboardType.UNKNOWN; field in InputMethodService.SettingsObserver909 if (mShowImeWithHardKeyboard == ShowImeWithHardKeyboardType.UNKNOWN) { in shouldShowImeWithHardKeyboard()910 mShowImeWithHardKeyboard = Settings.Secure.getInt(mService.getContentResolver(), in shouldShowImeWithHardKeyboard()914 switch (mShowImeWithHardKeyboard) { in shouldShowImeWithHardKeyboard()920 Log.e(TAG, "Unexpected mShowImeWithHardKeyboard=" + mShowImeWithHardKeyboard); in shouldShowImeWithHardKeyboard()930 mShowImeWithHardKeyboard = Settings.Secure.getInt(mService.getContentResolver(), in onChange()943 return "SettingsObserver{mShowImeWithHardKeyboard=" + mShowImeWithHardKeyboard + "}"; in toString()
687 private boolean mShowImeWithHardKeyboard; field in InputMethodManagerService2674 mShowImeWithHardKeyboard = mSettings.isShowImeWithHardKeyboardEnabled(); in updateKeyboardFromSettingsLocked()2680 hardKeySwitch.setChecked(mShowImeWithHardKeyboard); in updateKeyboardFromSettingsLocked()4178 hardKeySwitch.setChecked(mShowImeWithHardKeyboard); in showInputMethodMenu()
32658 Landroid/inputmethodservice/InputMethodService$SettingsObserver;->mShowImeWithHardKeyboard:I