Searched refs:keyboard (Results 26 - 32 of 32) sorted by relevance

12

/frameworks/base/services/java/com/android/server/
H A DInputMethodManagerService.java142 private static final String SUBTYPE_MODE_KEYBOARD = "keyboard";
646 final boolean haveHardKeyboard = conf.keyboard
1653 // the most applicable enabled keyboard subtype of the system imes.
2001 final boolean haveHardKeyboard = config.keyboard == Configuration.KEYBOARD_QWERTY;
2032 // System IMEs are enabled by default, unless there's a hard keyboard
/frameworks/base/tools/aapt/
H A DResource.cpp129 mParams.density, mParams.touchscreen, mParams.keyboard,
/frameworks/base/libs/utils/
H A DResourceTypes.cpp2600 params->keyboard,
3977 thisConfig.keyboard,
3978 config ? config->keyboard : 0,
4288 thisConfig.keyboard,
4752 if (type->config.keyboard != 0) {
4753 printf(" kbd=%d", type->config.keyboard);
4754 switch (type->config.keyboard) {
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java1114 if (config.keyboard == Configuration.KEYBOARD_NOKEYS) {
1636 // inadvertently inserted when using a keyboard that has built-in macro
2529 // Light up the keyboard if we are sliding up.
/frameworks/base/services/java/com/android/server/wm/
H A DWindowManagerService.java6086 // Determine whether a hard keyboard is available and enabled.
6087 boolean hardKeyboardAvailable = config.keyboard != Configuration.KEYBOARD_NOKEYS;
6096 config.keyboard = Configuration.KEYBOARD_NOKEYS;
6100 // based on whether a hard or soft keyboard is present, whether navigation keys
6972 // go to Gmail, start searching so the keyboard goes up,
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java13299 config.reqKeyboardType = mConfiguration.keyboard;
13305 if (mConfiguration.keyboard != Configuration.KEYBOARD_UNDEFINED
13306 && mConfiguration.keyboard != Configuration.KEYBOARD_NOKEYS) {
/frameworks/base/services/input/
H A DInputReader.cpp539 mInputConfiguration.keyboard = keyboardConfig;
1815 getDevice()->getConfiguration().tryGetProperty(String8("keyboard.orientationAware"),
1918 // Key down on external an keyboard should wake the device.
3556 // 2. While typing in the on screen keyboard, the user taps slightly outside the screen
3558 // are layed out below the screen near to where the on screen keyboard's space bar

Completed in 525 milliseconds

12