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

/frameworks/base/core/jni/
H A Dandroid_content_res_Configuration.cpp34 jfieldID keyboard; member in struct:android::__anon795
52 out->keyboard = env->GetIntField(clazz, gConfigurationClassInfo.keyboard);
96 GET_FIELD_ID(gConfigurationClassInfo.keyboard, clazz,
97 "keyboard", "I");
H A Dandroid_util_AssetManager.cpp599 jint keyboard, jint keyboardHidden,
622 config.keyboard = (uint8_t)keyboard;
595 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.java270 public ConfigGenerator setKeyboard(Keyboard keyboard) { argument
271 mKeyboard = keyboard;
/frameworks/base/native/android/
H A Dconfiguration.cpp75 return config->keyboard;
163 void AConfiguration_setKeyboard(AConfiguration* config, int32_t keyboard) { argument
164 config->keyboard = keyboard;
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboard.java39 * Loads an XML description of a keyboard and stores the attributes of the keys. A keyboard
41 * <p>The layout file for a keyboard contains XML that looks like the following snippet:</p>
96 /** Is the keyboard in the shifted state */
105 /** Current key width, while loading the keyboard */
108 /** Current key height, while loading the keyboard */
111 /** Total height of the keyboard, including the padding and keys */
115 * Total width of the keyboard, including left side gaps and keys, but not any gaps on the
120 /** List of keys in this keyboard */
126 /** Width of the screen available to fit the keyboard */
275 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.java686 int orientation, int touchscreen, int density, int keyboard,
685 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.java297 /** Constant for {@link #keyboard}: a value indicating that no value has been set. */
299 /** Constant for {@link #keyboard}, value corresponding to the
303 /** Constant for {@link #keyboard}, value corresponding to the
307 /** Constant for {@link #keyboard}, value corresponding to the
313 * The kind of keyboard attached to the device.
317 public int keyboard; field in class:Configuration
333 * A flag indicating whether any keyboard is available. Unlike
335 * keyboard, so if the hard keyboard is hidden but there is soft
336 * keyboard availabl
[all...]
/frameworks/base/include/androidfw/
H A DResourceTypes.h1023 uint8_t keyboard; member in struct:android::ResTable_config::__anon914::__anon915

Completed in 160 milliseconds