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

/frameworks/base/core/jni/
H A Dandroid_content_res_Configuration.cpp33 jfieldID touchscreen; member in struct:android::__anon795
51 out->touchscreen = env->GetIntField(clazz, gConfigurationClassInfo.touchscreen);
94 GET_FIELD_ID(gConfigurationClassInfo.touchscreen, clazz,
95 "touchscreen", "I");
H A Dandroid_util_AssetManager.cpp598 jint touchscreen, jint density,
620 config.touchscreen = (uint8_t)touchscreen;
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/native/android/
H A Dconfiguration.cpp67 return config->touchscreen;
155 void AConfiguration_setTouchscreen(AConfiguration* config, int32_t touchscreen) { argument
156 config->touchscreen = touchscreen;
/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.java278 /** Constant for {@link #touchscreen}: a value indicating that no value has been set. */
280 /** Constant for {@link #touchscreen}, value corresponding to the
286 /** Constant for {@link #touchscreen}, value corresponding to the
295 public int touchscreen; field in class:Configuration
630 touchscreen = o.touchscreen;
738 switch (touchscreen) {
743 default: sb.append(" touch="); sb.append(touchscreen); break;
795 touchscreen = TOUCHSCREEN_UNDEFINED;
860 if (delta.touchscreen !
[all...]
/frameworks/base/include/androidfw/
H A DResourceTypes.h984 uint8_t touchscreen; member in struct:android::ResTable_config::__anon908::__anon909

Completed in 3695 milliseconds