Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/jni/
H A 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()
/aosp14/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/inputmethodservice/
H A DInputMethodServiceTest.java224 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 …]
/aosp14/frameworks/base/core/java/android/content/res/
H A DConfiguration.java641 public int hardKeyboardHidden; field in Configuration
1079 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 …]
H A DResourcesImpl.java457 && mConfiguration.hardKeyboardHidden in updateConfiguration()
/aosp14/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneFallbackEventHandler.java171 || config.hardKeyboardHidden == Configuration.HARDKEYBOARDHIDDEN_YES) { in onKeyDown()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/usage/
H A DUsageStatsDatabaseTest.java213 config4.hardKeyboardHidden = 9; in populateIntervalStats()
/aosp14/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java2287 || config.hardKeyboardHidden == Configuration.HARDKEYBOARDHIDDEN_YES; in onEvaluateInputViewShown()
/aosp14/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java2857 config.hardKeyboardHidden = Configuration.HARDKEYBOARDHIDDEN_YES;
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayContent.java2520 config.hardKeyboardHidden = Configuration.HARDKEYBOARDHIDDEN_NO; in computeScreenConfiguration()
H A DActivityTaskManagerService.java4488 values.hardKeyboardHidden, in updateGlobalConfigurationLocked()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt13389 field public int hardKeyboardHidden;