Searched defs:keyboard (Results 1 - 12 of 12) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/
H A DBluetoothDialog.java17 package com.android.systemui.keyboard;
H A DKeyboardUI.java17 package com.android.systemui.keyboard;
169 Slog.d(TAG, "No packaged keyboard name given.");
245 // keyboard. We want to avoid this in other cases because we might
247 // the keyboard, meaning we shouldn't try to automtically connect
286 // If we're in setup wizard and the keyboard is docked, just automatically enable BT.
/frameworks/base/core/jni/
H A Dandroid_content_res_Configuration.cpp36 jfieldID keyboard; member in struct:android::__anon859
54 out->keyboard = env->GetIntField(clazz, gConfigurationClassInfo.keyboard);
84 gConfigurationClassInfo.keyboard = GetFieldIDOrDie(env, clazz, "keyboard", "I");
H A Dandroid_util_AssetManager.cpp675 jint keyboard, jint keyboardHidden,
702 config.keyboard = (uint8_t)keyboard;
671 android_content_AssetManager_setConfiguration(JNIEnv* env, jobject clazz, jint mcc, jint mnc, jstring locale, jint orientation, jint touchscreen, jint density, jint keyboard, jint keyboardHidden, jint navigation, jint screenWidth, jint screenHeight, jint smallestScreenWidthDp, jint screenWidthDp, jint screenHeightDp, jint screenLayout, jint uiMode, jint sdkVersion) argument
/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/
H A DActivityTest.java176 public final KeyboardBot keyboard; field in class:ActivityTest.Bots
182 this.keyboard = new KeyboardBot(device, context, TIMEOUT);
/frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/setup/
H A DConfigGenerator.java298 public ConfigGenerator setKeyboard(Keyboard keyboard) { argument
299 mKeyboard = keyboard;
/frameworks/base/native/android/
H A Dconfiguration.cpp75 return config->keyboard;
167 void AConfiguration_setKeyboard(AConfiguration* config, int32_t keyboard) { argument
168 config->keyboard = keyboard;
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboard.java40 * Loads an XML description of a keyboard and stores the attributes of the keys. A keyboard
42 * <p>The layout file for a keyboard contains XML that looks like the following snippet:</p>
97 /** Is the keyboard in the shifted state */
106 /** Current key width, while loading the keyboard */
109 /** Current key height, while loading the keyboard */
112 /** Total height of the keyboard, including the padding and keys */
116 * Total width of the keyboard, including left side gaps and keys, but not any gaps on the
121 /** List of keys in this keyboard */
127 /** Width of the screen available to fit the keyboard */
276 private Keyboard keyboard; field in class:Keyboard.Key
[all...]
H A DKeyboardView.java73 * Listener for virtual keyboard events.
239 /** Whether the keyboard bitmap needs to be redrawn before it's blitted. **/
241 /** The dirty region in the keyboard bitmap */
243 /** The keyboard bitmap for faster updates */
245 /** Notes if the keyboard just changed, so that we could possibly reallocate the mBuffer. */
247 /** The canvas for the above mutable keyboard bitmap */
405 int travelX = getWidth() / 2; // Half the keyboard width
406 int travelY = getHeight() / 2; // Half the keyboard height
458 * @return the listener attached to this keyboard
465 * Attaches a keyboard t
471 setKeyboard(Keyboard keyboard) argument
617 computeProximityThreshold(Keyboard keyboard) argument
[all...]
/frameworks/base/core/java/android/content/res/
H A DAssetManager.java756 int orientation, int touchscreen, int density, int keyboard,
755 setConfiguration(int mcc, int mnc, String locale, int orientation, int touchscreen, int density, int keyboard, int keyboardHidden, int navigation, int screenWidth, int screenHeight, int smallestScreenWidthDp, int screenWidthDp, int screenHeightDp, int screenLayout, int uiMode, int majorVersion) argument
H A DConfiguration.java395 /** Constant for {@link #keyboard}: a value indicating that no value has been set. */
397 /** Constant for {@link #keyboard}, value corresponding to the
401 /** Constant for {@link #keyboard}, value corresponding to the
405 /** Constant for {@link #keyboard}, value corresponding to the
411 * The kind of keyboard attached to the device.
415 public int keyboard; field in class:Configuration
431 * A flag indicating whether any keyboard is available. Unlike
433 * keyboard, so if the hard keyboard is hidden but there is soft
434 * keyboard availabl
[all...]
/frameworks/base/include/androidfw/
H A DResourceTypes.h1030 uint8_t keyboard; member in struct:android::ResTable_config::__anon990::__anon991

Completed in 5854 milliseconds