Searched refs:hardKeyboardHidden (Results 1 – 13 of 13) sorted by relevance
38 jfieldID hardKeyboardHidden; member58 int hardKeyboardHidden = env->GetIntField(clazz, gConfigurationClassInfo.hardKeyboardHidden); in android_Configuration_getFromJava() local60 && hardKeyboardHidden == 2) { in android_Configuration_getFromJava()86 gConfigurationClassInfo.hardKeyboardHidden = GetFieldIDOrDie(env, clazz, "hardKeyboardHidden", in register_android_content_res_Configuration()
227 mInputMethodService.getResources().getConfiguration().hardKeyboardHidden = in testOnEvaluateInputViewShown_showImeWithHardKeyboard()233 mInputMethodService.getResources().getConfiguration().hardKeyboardHidden = in testOnEvaluateInputViewShown_showImeWithHardKeyboard()239 mInputMethodService.getResources().getConfiguration().hardKeyboardHidden = in testOnEvaluateInputViewShown_showImeWithHardKeyboard()254 mInputMethodService.getResources().getConfiguration().hardKeyboardHidden = in testOnEvaluateInputViewShown_disableShowImeWithHardKeyboard()260 mInputMethodService.getResources().getConfiguration().hardKeyboardHidden = in testOnEvaluateInputViewShown_disableShowImeWithHardKeyboard()266 mInputMethodService.getResources().getConfiguration().hardKeyboardHidden = in testOnEvaluateInputViewShown_disableShowImeWithHardKeyboard()282 mInputMethodService.getResources().getConfiguration().hardKeyboardHidden = in testShowSoftInput_disableShowImeWithHardKeyboard()401 mInputMethodService.getResources().getConfiguration().hardKeyboardHidden = in testShowSoftInputExplicitly_withHardKeyboard()422 mInputMethodService.getResources().getConfiguration().hardKeyboardHidden = in testShowSoftInputImplicitly_withHardKeyboard()443 mInputMethodService.getResources().getConfiguration().hardKeyboardHidden = in testShowSoftInputExplicitly_thenConfigurationChanged()[all …]
648 public int hardKeyboardHidden; field in Configuration1100 hardKeyboardHidden = o.hardKeyboardHidden; in setTo()1254 switch (hardKeyboardHidden) { in toString()1258 default: sb.append("/"); sb.append(hardKeyboardHidden); break; in toString()1317 protoOutputStream.write(HARD_KEYBOARD_HIDDEN, hardKeyboardHidden); in dumpDebug()1455 hardKeyboardHidden = protoInputStream.readInt(HARD_KEYBOARD_HIDDEN); in readFromProto()1579 hardKeyboardHidden = HARDKEYBOARDHIDDEN_UNDEFINED; in setToDefaults()1674 if (delta.hardKeyboardHidden != HARDKEYBOARDHIDDEN_UNDEFINED in updateFrom()1675 && hardKeyboardHidden != delta.hardKeyboardHidden) { in updateFrom()1677 hardKeyboardHidden = delta.hardKeyboardHidden; in updateFrom()[all …]
541 && mConfiguration.hardKeyboardHidden in updateConfigurationImpl()
171 || config.hardKeyboardHidden == Configuration.HARDKEYBOARDHIDDEN_YES) { in onKeyDown()
226 config4.hardKeyboardHidden = 9; in populateIntervalStats()
2414 || config.hardKeyboardHidden == Configuration.HARDKEYBOARDHIDDEN_YES; in onEvaluateInputViewShown()
2566 config.hardKeyboardHidden = Configuration.HARDKEYBOARDHIDDEN_NO; in computeScreenConfiguration()
4633 values.hardKeyboardHidden, in updateGlobalConfigurationLocked()
3207 config.hardKeyboardHidden = Configuration.HARDKEYBOARDHIDDEN_YES;
3192 … // See: https://d.android.com/reference/android/content/res/Configuration.html#hardKeyboardHidden
9167 field public int hardKeyboardHidden;
13873 field public int hardKeyboardHidden;