Home
last modified time | relevance | path

Searched refs:hardKeyboardHidden (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/core/jni/
Dandroid_content_res_Configuration.cpp38 jfieldID hardKeyboardHidden; member
58 int hardKeyboardHidden = env->GetIntField(clazz, gConfigurationClassInfo.hardKeyboardHidden); in android_Configuration_getFromJava() local
60 && hardKeyboardHidden == 2) { in android_Configuration_getFromJava()
86 gConfigurationClassInfo.hardKeyboardHidden = GetFieldIDOrDie(env, clazz, "hardKeyboardHidden", in register_android_content_res_Configuration()
/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/inputmethodservice/
DInputMethodServiceTest.java227 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 …]
/frameworks/base/core/java/android/content/res/
DConfiguration.java648 public int hardKeyboardHidden; field in Configuration
1100 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 …]
DResourcesImpl.java541 && mConfiguration.hardKeyboardHidden in updateConfigurationImpl()
/frameworks/base/core/java/com/android/internal/policy/
DPhoneFallbackEventHandler.java171 || config.hardKeyboardHidden == Configuration.HARDKEYBOARDHIDDEN_YES) { in onKeyDown()
/frameworks/base/services/tests/servicestests/src/com/android/server/usage/
DUsageStatsDatabaseTest.java226 config4.hardKeyboardHidden = 9; in populateIntervalStats()
/frameworks/base/core/java/android/inputmethodservice/
DInputMethodService.java2414 || config.hardKeyboardHidden == Configuration.HARDKEYBOARDHIDDEN_YES; in onEvaluateInputViewShown()
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayContent.java2566 config.hardKeyboardHidden = Configuration.HARDKEYBOARDHIDDEN_NO; in computeScreenConfiguration()
DActivityTaskManagerService.java4633 values.hardKeyboardHidden, in updateGlobalConfigurationLocked()
/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java3207 config.hardKeyboardHidden = Configuration.HARDKEYBOARDHIDDEN_YES;
/frameworks/proto_logging/stats/
Datoms.proto3192 … // See: https://d.android.com/reference/android/content/res/Configuration.html#hardKeyboardHidden
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt9167 field public int hardKeyboardHidden;
/frameworks/base/core/api/
Dcurrent.txt13873 field public int hardKeyboardHidden;