Searched refs:touchscreen (Results 1 - 17 of 17) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_content_res_Configuration.cpp33 jfieldID touchscreen; member in struct:android::__anon967
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/core/java/android/content/res/
H A DConfiguration.java262 /** Constant for {@link #touchscreen}: a value indicating that no value has been set. */
264 /** Constant for {@link #touchscreen}, value corresponding to the
270 /** Constant for {@link #touchscreen}, value corresponding to the
279 public int touchscreen; field in class:Configuration
564 touchscreen = o.touchscreen;
671 switch (touchscreen) {
676 default: sb.append(" touch="); sb.append(touchscreen); break;
728 touchscreen = TOUCHSCREEN_UNDEFINED;
787 if (delta.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
H A DResources.java1487 mConfiguration.touchscreen,
/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/tests/coretests/src/android/app/activity/
H A DActivityManagerTest.java103 assertEquals(config.reqTouchScreen, vconfig.touchscreen);
/frameworks/base/tools/aapt/
H A DAaptAssets.cpp256 // touchscreen
259 *value = config.touchscreen;
332 return config.touchscreen;
588 // touchscreen
598 //printf("not touchscreen: %s\n", part.string());
692 this->touchscreen = touch;
736 s += touchscreen;
834 if (this->touchscreen != "") {
838 s += touchscreen;
1221 if (out) out->touchscreen
[all...]
H A DAaptAssets.h132 String8 touchscreen; member in struct:AaptGroupEntry
H A DResourceTable.cpp2828 config.touchscreen,
2871 tHeader->config.touchscreen,
3507 config->touchscreen,
H A DResource.cpp134 mParams.density, mParams.touchscreen, mParams.keyboard,
/frameworks/native/include/android/
H A Dconfiguration.h201 * Set the current touchscreen in the configuration.
203 void AConfiguration_setTouchscreen(AConfiguration* config, int32_t touchscreen);
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp1497 if (touchscreen != o.touchscreen) {
1498 return touchscreen < o.touchscreen ? -1 : 1;
1522 if (touchscreen != o.touchscreen) diffs |= CONFIG_TOUCHSCREEN;
1621 if (touchscreen != o.touchscreen) {
1622 if (!touchscreen) return false;
1623 if (!o.touchscreen) retur
[all...]
/frameworks/base/include/androidfw/
H A DResourceTypes.h864 uint8_t touchscreen; member in struct:android::ResTable_config::__anon1038::__anon1039
/frameworks/base/services/java/com/android/server/wm/
H A DWindowManagerService.java6972 config.touchscreen = Configuration.TOUCHSCREEN_NOTOUCH;
6991 config.touchscreen = Configuration.TOUCHSCREEN_FINGER;
6994 config.touchscreen = Configuration.TOUCHSCREEN_NOTOUCH;
/frameworks/base/core/java/android/app/
H A DActivityThread.java3896 config.touchscreen = Configuration.TOUCHSCREEN_NOTOUCH;
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java12228 config.reqTouchScreen = mConfiguration.touchscreen;
12416 && config.touchscreen == Configuration.TOUCHSCREEN_NOTOUCH);

Completed in 291 milliseconds