Searched refs:hardKeyboardHidden (Results 1 – 12 of 12) 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()
224 mInputMethodService.getResources().getConfiguration().hardKeyboardHidden = in testOnEvaluateInputViewShown_showImeWithHardKeyboard()230 mInputMethodService.getResources().getConfiguration().hardKeyboardHidden = in testOnEvaluateInputViewShown_showImeWithHardKeyboard()236 mInputMethodService.getResources().getConfiguration().hardKeyboardHidden = in testOnEvaluateInputViewShown_showImeWithHardKeyboard()251 mInputMethodService.getResources().getConfiguration().hardKeyboardHidden = in testOnEvaluateInputViewShown_disableShowImeWithHardKeyboard()257 mInputMethodService.getResources().getConfiguration().hardKeyboardHidden = in testOnEvaluateInputViewShown_disableShowImeWithHardKeyboard()263 mInputMethodService.getResources().getConfiguration().hardKeyboardHidden = in testOnEvaluateInputViewShown_disableShowImeWithHardKeyboard()279 mInputMethodService.getResources().getConfiguration().hardKeyboardHidden = in testShowSoftInput_disableShowImeWithHardKeyboard()398 mInputMethodService.getResources().getConfiguration().hardKeyboardHidden = in testShowSoftInputExplicitly_withHardKeyboard()419 mInputMethodService.getResources().getConfiguration().hardKeyboardHidden = in testShowSoftInputImplicitly_withHardKeyboard()440 mInputMethodService.getResources().getConfiguration().hardKeyboardHidden = in testShowSoftInputExplicitly_thenConfigurationChanged()[all …]
641 public int hardKeyboardHidden; field in Configuration1079 hardKeyboardHidden = o.hardKeyboardHidden; in setTo()1233 switch (hardKeyboardHidden) { in toString()1654 && hardKeyboardHidden != delta.hardKeyboardHidden) { in updateFrom()1656 hardKeyboardHidden = delta.hardKeyboardHidden; in updateFrom()1824 hardKeyboardHidden = delta.hardKeyboardHidden; in setTo()1931 && hardKeyboardHidden != delta.hardKeyboardHidden) { in diff()2080 dest.writeInt(hardKeyboardHidden); in writeToParcel()2113 hardKeyboardHidden = source.readInt(); in readFromParcel()2206 n = this.hardKeyboardHidden - that.hardKeyboardHidden; in compareTo()[all …]
457 && mConfiguration.hardKeyboardHidden in updateConfiguration()
171 || config.hardKeyboardHidden == Configuration.HARDKEYBOARDHIDDEN_YES) { in onKeyDown()
213 config4.hardKeyboardHidden = 9; in populateIntervalStats()
2287 || config.hardKeyboardHidden == Configuration.HARDKEYBOARDHIDDEN_YES; in onEvaluateInputViewShown()
2857 config.hardKeyboardHidden = Configuration.HARDKEYBOARDHIDDEN_YES;
2520 config.hardKeyboardHidden = Configuration.HARDKEYBOARDHIDDEN_NO; in computeScreenConfiguration()
4488 values.hardKeyboardHidden, in updateGlobalConfigurationLocked()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
13389 field public int hardKeyboardHidden;