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

/frameworks/base/core/jni/
H A Dandroid_content_res_Configuration.cpp35 jfieldID touchscreen; member in struct:android::__anon859
53 out->touchscreen = env->GetIntField(clazz, gConfigurationClassInfo.touchscreen);
83 gConfigurationClassInfo.touchscreen = GetFieldIDOrDie(env, clazz, "touchscreen", "I");
H A Dandroid_util_AssetManager.cpp674 jint touchscreen, jint density,
700 config.touchscreen = (uint8_t)touchscreen;
671 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;
159 void AConfiguration_setTouchscreen(AConfiguration* config, int32_t touchscreen) { argument
160 config->touchscreen = touchscreen;
/frameworks/base/core/java/android/content/res/
H A DConfiguration.java376 /** Constant for {@link #touchscreen}: a value indicating that no value has been set. */
378 /** Constant for {@link #touchscreen}, value corresponding to the
384 /** Constant for {@link #touchscreen}, value corresponding to the
393 public int touchscreen; field in class:Configuration
759 touchscreen = o.touchscreen;
868 switch (touchscreen) {
873 default: sb.append(" touch="); sb.append(touchscreen); break;
926 touchscreen = TOUCHSCREEN_UNDEFINED;
994 if (delta.touchscreen !
[all...]
H A DAssetManager.java756 int orientation, int touchscreen, int density, int keyboard,
755 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 DResourcesImpl.java411 mConfiguration.touchscreen,
/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DActivityManagerTest.java103 assertEquals(config.reqTouchScreen, vconfig.touchscreen);
/frameworks/base/tools/aapt2/
H A DConfigDescription.cpp349 if (out) out->touchscreen = out->TOUCHSCREEN_ANY;
352 if (out) out->touchscreen = out->TOUCHSCREEN_NOTOUCH;
355 if (out) out->touchscreen = out->TOUCHSCREEN_STYLUS;
358 if (out) out->touchscreen = out->TOUCHSCREEN_FINGER;
/frameworks/base/tools/aapt/
H A DAaptConfig.cpp588 if (out) out->touchscreen = out->TOUCHSCREEN_ANY;
591 if (out) out->touchscreen = out->TOUCHSCREEN_NOTOUCH;
594 if (out) out->touchscreen = out->TOUCHSCREEN_STYLUS;
597 if (out) out->touchscreen = out->TOUCHSCREEN_FINGER;
H A DResourceTable.cpp3152 config.touchscreen,
3197 tHeader->config.touchscreen,
3932 config->touchscreen,
H A DResource.cpp145 mParams.density, mParams.touchscreen, mParams.keyboard,
/frameworks/native/include/android/
H A Dconfiguration.h357 * <a href="@dacRoot/guide/topics/resources/providing-resources.html#TouchscreenQualifier">touchscreen</a>
517 * Set the current touchscreen in the configuration.
519 void AConfiguration_setTouchscreen(AConfiguration* config, int32_t touchscreen);
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp1952 if (touchscreen != o.touchscreen) {
1953 return touchscreen < o.touchscreen ? -1 : 1;
1979 if (touchscreen != o.touchscreen) diffs |= CONFIG_TOUCHSCREEN;
2120 if (touchscreen != o.touchscreen) {
2121 if (!touchscreen) return false;
2122 if (!o.touchscreen) retur
[all...]
/frameworks/base/core/java/android/app/
H A DResourcesManager.java173 config.touchscreen = Configuration.TOUCHSCREEN_NOTOUCH;
/frameworks/base/include/androidfw/
H A DResourceTypes.h991 uint8_t touchscreen; member in struct:android::ResTable_config::__anon984::__anon985
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java7423 config.touchscreen = Configuration.TOUCHSCREEN_NOTOUCH;
7442 config.touchscreen = Configuration.TOUCHSCREEN_FINGER;
7445 config.touchscreen = Configuration.TOUCHSCREEN_NOTOUCH;
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java18513 config.reqTouchScreen = mConfiguration.touchscreen;
18846 && config.touchscreen == Configuration.TOUCHSCREEN_NOTOUCH

Completed in 2223 milliseconds