Searched defs:keyboard (Results 1 - 11 of 11) 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;
165 Slog.d(TAG, "No packaged keyboard name given.");
238 // keyboard. We want to avoid this in other cases because we might
240 // the keyboard, meaning we shouldn't try to automtically connect
279 // 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::__anon829
54 out->keyboard = env->GetIntField(clazz, gConfigurationClassInfo.keyboard);
84 gConfigurationClassInfo.keyboard = GetFieldIDOrDie(env, clazz, "keyboard", "I");
H A Dandroid_util_AssetManager.cpp600 jint keyboard, jint keyboardHidden,
627 config.keyboard = (uint8_t)keyboard;
596 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/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/setup/
H A DConfigGenerator.java283 public ConfigGenerator setKeyboard(Keyboard keyboard) { argument
284 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 */
397 int travelX = getWidth() / 2; // Half the keyboard width
398 int travelY = getHeight() / 2; // Half the keyboard height
449 * @return the listener attached to this keyboard
456 * Attaches a keyboard t
462 setKeyboard(Keyboard keyboard) argument
608 computeProximityThreshold(Keyboard keyboard) argument
[all...]
/frameworks/base/core/java/android/content/res/
H A DAssetManager.java700 int orientation, int touchscreen, int density, int keyboard,
699 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.java326 /** Constant for {@link #keyboard}: a value indicating that no value has been set. */
328 /** Constant for {@link #keyboard}, value corresponding to the
332 /** Constant for {@link #keyboard}, value corresponding to the
336 /** Constant for {@link #keyboard}, value corresponding to the
342 * The kind of keyboard attached to the device.
346 public int keyboard; field in class:Configuration
362 * A flag indicating whether any keyboard is available. Unlike
364 * keyboard, so if the hard keyboard is hidden but there is soft
365 * keyboard availabl
[all...]
/frameworks/base/include/androidfw/
H A DResourceTypes.h1024 uint8_t keyboard; member in struct:android::ResTable_config::__anon956::__anon957

Completed in 449 milliseconds