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

/frameworks/base/tools/localize/
H A DConfiguration.h14 string touchscreen; member in struct:Configuration
/frameworks/base/core/jni/
H A Dandroid_content_res_Configuration.cpp33 jfieldID touchscreen; member in struct:android::__anon28
51 out->touchscreen = env->GetIntField(clazz, gConfigurationClassInfo.touchscreen);
103 GET_FIELD_ID(gConfigurationClassInfo.touchscreen, clazz,
104 "touchscreen", "I");
H A Dandroid_util_AssetManager.cpp509 jint touchscreen, jint density,
531 config.touchscreen = (uint8_t)touchscreen;
506 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/native/android/
H A Dconfiguration.cpp67 return config->touchscreen;
150 void AConfiguration_setTouchscreen(AConfiguration* config, int32_t touchscreen) { argument
151 config->touchscreen = touchscreen;
/frameworks/base/core/java/android/content/res/
H A DConfiguration.java147 public int touchscreen; field in class:Configuration
314 touchscreen = o.touchscreen;
402 switch (touchscreen) {
407 default: sb.append(" touch="); sb.append(touchscreen); break;
459 touchscreen = TOUCHSCREEN_UNDEFINED;
514 if (delta.touchscreen != TOUCHSCREEN_UNDEFINED
515 && touchscreen != delta.touchscreen) {
517 touchscreen
[all...]
H A DAssetManager.java653 int orientation, int touchscreen, int density, int keyboard,
652 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
/frameworks/base/services/jni/
H A Dcom_android_server_InputManager.cpp105 jfieldID touchscreen; member in struct:android::__anon1188
1286 env->SetIntField(configObj, gConfigurationClassInfo.touchscreen, config.touchScreen);
1533 GET_FIELD_ID(gConfigurationClassInfo.touchscreen, clazz,
1534 "touchscreen", "I");
/frameworks/base/tools/aapt/
H A DAaptAssets.h137 String8 touchscreen; member in struct:AaptGroupEntry
/frameworks/base/include/utils/
H A DResourceTypes.h852 uint8_t touchscreen; member in struct:android::ResTable_config::__anon198::__anon199
1075 if (touchscreen != o.touchscreen) diffs |= CONFIG_TOUCHSCREEN;
1168 if (touchscreen != o.touchscreen) {
1169 if (!touchscreen) return false;
1170 if (!o.touchscreen) return true;
1367 if ((touchscreen != o.touchscreen) && requested->touchscreen) {
[all...]

Completed in 116 milliseconds