/frameworks/base/data/keyboards/ |
D | qwerty.idc | 16 # Emulator keyboard configuration file #1. 22 keyboard.layout = qwerty 23 keyboard.characterMap = qwerty 24 keyboard.orientationAware = 1 25 keyboard.builtIn = 1
|
D | qwerty2.idc | 16 # Emulator keyboard configuration file #2. 22 keyboard.layout = qwerty 23 keyboard.characterMap = qwerty2 24 keyboard.orientationAware = 1 25 keyboard.builtIn = 1
|
D | qwerty.kl | 16 # Emulator keyboard layout #1. 18 # This file is no longer used as the platform's default keyboard layout. 110 # On an AT keyboard: ESC, F10
|
D | Vendor_046d_Product_c532.kl | 16 # Logitech Revue Wireless keyboard 19 # - The GRAVE key is emulated by the keyboard.
|
/frameworks/base/core/jni/ |
D | android_content_res_Configuration.cpp | 36 jfieldID keyboard; member 54 out->keyboard = env->GetIntField(clazz, gConfigurationClassInfo.keyboard); in android_Configuration_getFromJava() 84 gConfigurationClassInfo.keyboard = GetFieldIDOrDie(env, clazz, "keyboard", "I"); in register_android_content_res_Configuration()
|
/frameworks/base/tools/aapt2/ |
D | Configuration.proto | 185 // Whether the keyboard hardware keys are currently hidden, exposed, or 186 // if the keyboard is a software keyboard. 189 // The type of keyboard present (none, QWERTY, 12-key). 190 Keyboard keyboard = 21; field
|
/frameworks/base/core/java/android/content/res/ |
D | Configuration.java | 530 public int keyboard; field in Configuration 917 keyboard = o.keyboard; in setTo() 1050 switch (keyboard) { in toString() 1055 default: sb.append(" keys="); sb.append(keyboard); break; in toString() 1119 protoOutputStream.write(KEYBOARD, keyboard); in writeToProto() 1243 keyboard = protoInputStream.readInt(KEYBOARD); in readFromProto() 1357 keyboard = KEYBOARD_UNDEFINED; in setToDefaults() 1442 if (delta.keyboard != KEYBOARD_UNDEFINED in updateFrom() 1443 && keyboard != delta.keyboard) { in updateFrom() 1445 keyboard = delta.keyboard; in updateFrom() [all …]
|
/frameworks/base/native/android/ |
D | configuration.cpp | 80 return config->keyboard; in AConfiguration_getKeyboard() 172 void AConfiguration_setKeyboard(AConfiguration* config, int32_t keyboard) { in AConfiguration_setKeyboard() argument 173 config->keyboard = keyboard; in AConfiguration_setKeyboard()
|
/frameworks/base/core/tests/coretests/src/android/app/activity/ |
D | ActivityManagerTest.java | 103 assertEquals(config.reqKeyboardType, vconfig.keyboard); in testGetDeviceConfigurationInfo() 109 if (vconfig.keyboard != Configuration.KEYBOARD_UNDEFINED) { in testGetDeviceConfigurationInfo()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/ |
D | BluetoothDialog.java | 17 package com.android.systemui.keyboard;
|
/frameworks/base/libs/androidfw/ |
D | ConfigDescription.cpp | 452 if (out) out->keyboard = out->KEYBOARD_ANY; in parseKeyboard() 455 if (out) out->keyboard = out->KEYBOARD_NOKEYS; in parseKeyboard() 458 if (out) out->keyboard = out->KEYBOARD_QWERTY; in parseKeyboard() 461 if (out) out->keyboard = out->KEYBOARD_12KEY; in parseKeyboard() 950 if (keyboard || o.keyboard) return (!o.keyboard); in HasHigherPrecedenceThan() 986 !pred(keyboard, o.keyboard) || !pred(navigation, o.navigation); in ConflictsWith()
|
/frameworks/base/core/java/com/android/internal/notification/ |
D | SystemNotificationChannels.java | 63 final NotificationChannel keyboard = new NotificationChannel( in createAll() local 67 keyboard.setBlockableSystem(true); in createAll() 68 channelsList.add(keyboard); in createAll()
|
/frameworks/base/core/proto/android/os/ |
D | enums.proto | 123 // Ensures that the CPU is running; the screen and keyboard backlight 127 // Ensures that the screen is on (but may be dimmed); the keyboard 133 // Ensures that the screen is on at full brightness; the keyboard 139 // Ensures that the screen and keyboard backlight are on at full
|
/frameworks/base/tools/aapt2/test/ |
D | Builders.h | 247 ConfigDescriptionBuilder& setKeyboard(uint8_t keyboard) { in setKeyboard() argument 248 config_.keyboard = keyboard; in setKeyboard()
|
/frameworks/base/packages/InputDevices/res/raw/ |
D | keyboard_layout_english_us.kcm | 16 # English (US) keyboard layout. 17 # Unlike the default (generic) keyboard layout, English (US) does not contain any
|
D | keyboard_layout_english_us_colemak.kcm | 16 # English (US), Colemak keyboard layout. 17 # Unlike the default (generic) keyboard layout, English (US) does not contain any
|
D | keyboard_layout_english_us_workman.kcm | 16 # English (US), Workman keyboard layout. 17 # Unlike the default (generic) keyboard layout, English (US) does not contain any
|
D | keyboard_layout_english_us_dvorak.kcm | 16 # English (US), Dvorak keyboard layout. 17 # Unlike the default (generic) keyboard layout, English (US) does not contain any
|
D | keyboard_layout_ukrainian.kcm | 16 # Ukrainian keyboard layout. 17 # This is a typical Ukrainian PC keyboard layout.
|
D | keyboard_layout_russian.kcm | 16 # Russian keyboard layout. 17 # This is a typical Russian PC keyboard layout.
|
D | keyboard_layout_bulgarian.kcm | 16 # Bulgarian keyboard layout. 17 # This is a typical Bulgarian PC keyboard layout.
|
/frameworks/base/packages/SystemUI/ |
D | README.md | 132 ### [com.android.systemui.keyboard.KeyboardUI](/packages/SystemUI/src/com/android/systemui/keyboard… 134 Shows UI for keyboard shortcuts (triggered by keyboard shortcut).
|
/frameworks/base/tools/aapt/ |
D | AaptConfig.cpp | 697 if (out) out->keyboard = out->KEYBOARD_ANY; in parseKeyboard() 700 if (out) out->keyboard = out->KEYBOARD_NOKEYS; in parseKeyboard() 703 if (out) out->keyboard = out->KEYBOARD_QWERTY; in parseKeyboard() 706 if (out) out->keyboard = out->KEYBOARD_12KEY; in parseKeyboard()
|
/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/setup/ |
D | ConfigGenerator.java | 297 public ConfigGenerator setKeyboard(Keyboard keyboard) { in setKeyboard() argument 298 mKeyboard = keyboard; in setKeyboard()
|
/frameworks/base/core/proto/android/content/ |
D | configuration.proto | 39 optional uint32 keyboard = 8; field
|