Home
last modified time | relevance | path

Searched refs:touchscreen (Results 1 – 22 of 22) sorted by relevance

/frameworks/base/core/jni/
Dandroid_content_res_Configuration.cpp35 jfieldID touchscreen; member
53 out->touchscreen = env->GetIntField(clazz, gConfigurationClassInfo.touchscreen); in android_Configuration_getFromJava()
83 gConfigurationClassInfo.touchscreen = GetFieldIDOrDie(env, clazz, "touchscreen", "I"); in register_android_content_res_Configuration()
Dandroid_util_AssetManager.cpp673 jint touchscreen, jint density, in android_content_AssetManager_setConfiguration() argument
699 config.touchscreen = (uint8_t)touchscreen; in android_content_AssetManager_setConfiguration()
/frameworks/base/core/java/android/content/res/
DConfiguration.java474 public int touchscreen; field in Configuration
881 touchscreen = o.touchscreen; in setTo()
1008 switch (touchscreen) { in toString()
1013 default: sb.append(" touch="); sb.append(touchscreen); break; in toString()
1071 touchscreen = TOUCHSCREEN_UNDEFINED; in setToDefaults()
1151 if (delta.touchscreen != TOUCHSCREEN_UNDEFINED in updateFrom()
1152 && touchscreen != delta.touchscreen) { in updateFrom()
1154 touchscreen = delta.touchscreen; in updateFrom()
1364 if ((compareUndefined || delta.touchscreen != TOUCHSCREEN_UNDEFINED) in diff()
1365 && touchscreen != delta.touchscreen) { in diff()
[all …]
DAssetManager.java789 int orientation, int touchscreen, int density, int keyboard, in setConfiguration() argument
DResourcesImpl.java439 mConfiguration.touchscreen, in updateConfiguration()
/frameworks/base/native/android/
Dconfiguration.cpp67 return config->touchscreen; in AConfiguration_getTouchscreen()
159 void AConfiguration_setTouchscreen(AConfiguration* config, int32_t touchscreen) { in AConfiguration_setTouchscreen() argument
160 config->touchscreen = touchscreen; in AConfiguration_setTouchscreen()
/frameworks/base/tools/aapt2/
DConfigDescription.cpp415 if (out) out->touchscreen = out->TOUCHSCREEN_ANY; in parseTouchscreen()
418 if (out) out->touchscreen = out->TOUCHSCREEN_NOTOUCH; in parseTouchscreen()
421 if (out) out->touchscreen = out->TOUCHSCREEN_STYLUS; in parseTouchscreen()
424 if (out) out->touchscreen = out->TOUCHSCREEN_FINGER; in parseTouchscreen()
938 if (touchscreen || o.touchscreen) return (!o.touchscreen); in HasHigherPrecedenceThan()
978 !pred(touchscreen, o.touchscreen) || in ConflictsWith()
/frameworks/base/core/proto/android/content/
Dconfiguration.proto35 uint32 touchscreen = 6; field
/frameworks/base/core/tests/coretests/src/android/app/activity/
DActivityManagerTest.java103 assertEquals(config.reqTouchScreen, vconfig.touchscreen); in testGetDeviceConfigurationInfo()
/frameworks/base/tools/aapt/
DAaptConfig.cpp654 if (out) out->touchscreen = out->TOUCHSCREEN_ANY; in parseTouchscreen()
657 if (out) out->touchscreen = out->TOUCHSCREEN_NOTOUCH; in parseTouchscreen()
660 if (out) out->touchscreen = out->TOUCHSCREEN_STYLUS; in parseTouchscreen()
663 if (out) out->touchscreen = out->TOUCHSCREEN_FINGER; in parseTouchscreen()
DResourceTable.cpp3173 config.touchscreen, in flatten()
3218 tHeader->config.touchscreen, in flatten()
3953 config->touchscreen, in getEntry()
DResource.cpp141 mParams.density, mParams.touchscreen, mParams.keyboard, in next()
/frameworks/native/include/android/
Dconfiguration.h562 void AConfiguration_setTouchscreen(AConfiguration* config, int32_t touchscreen);
/frameworks/base/libs/androidfw/
DResourceTypes.cpp1984 if (touchscreen != o.touchscreen) { in compareLogical()
1985 return touchscreen < o.touchscreen ? -1 : 1; in compareLogical()
2014 if (touchscreen != o.touchscreen) diffs |= CONFIG_TOUCHSCREEN; in diff()
2167 if (touchscreen != o.touchscreen) { in isMoreSpecificThan()
2168 if (!touchscreen) return false; in isMoreSpecificThan()
2169 if (!o.touchscreen) return true; in isMoreSpecificThan()
2511 if ((touchscreen != o.touchscreen) && requested->touchscreen) { in isBetterThan()
2512 return (touchscreen); in isBetterThan()
2730 if (touchscreen != 0 && touchscreen != settings.touchscreen) { in match()
3149 if (touchscreen != TOUCHSCREEN_ANY) { in toString()
[all …]
/frameworks/base/core/java/android/app/
DResourcesManager.java171 config.touchscreen = Configuration.TOUCHSCREEN_NOTOUCH; in applyNonDefaultDisplayMetricsToConfiguration()
/frameworks/base/libs/androidfw/include/androidfw/
DResourceTypes.h990 uint8_t touchscreen; member
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayContent.java1241 config.touchscreen = Configuration.TOUCHSCREEN_NOTOUCH; in computeScreenConfiguration()
1261 config.touchscreen = Configuration.TOUCHSCREEN_FINGER; in computeScreenConfiguration()
1264 config.touchscreen = Configuration.TOUCHSCREEN_NOTOUCH; in computeScreenConfiguration()
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java20184 config.reqTouchScreen = globalConfig.touchscreen;
20687 && config.touchscreen == Configuration.TOUCHSCREEN_NOTOUCH
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt8832 field public static final java.lang.String FEATURE_TOUCHSCREEN = "android.hardware.touchscreen";
8833 … final java.lang.String FEATURE_TOUCHSCREEN_MULTITOUCH = "android.hardware.touchscreen.multitouch";
8834 …ang.String FEATURE_TOUCHSCREEN_MULTITOUCH_DISTINCT = "android.hardware.touchscreen.multitouch.dist…
8835 …ang.String FEATURE_TOUCHSCREEN_MULTITOUCH_JAZZHAND = "android.hardware.touchscreen.multitouch.jazz…
9180 field public int touchscreen;
/frameworks/base/api/
Dcurrent.txt10766 field public static final java.lang.String FEATURE_TOUCHSCREEN = "android.hardware.touchscreen";
10767 … final java.lang.String FEATURE_TOUCHSCREEN_MULTITOUCH = "android.hardware.touchscreen.multitouch";
10768 …ang.String FEATURE_TOUCHSCREEN_MULTITOUCH_DISTINCT = "android.hardware.touchscreen.multitouch.dist…
10769 …ang.String FEATURE_TOUCHSCREEN_MULTITOUCH_JAZZHAND = "android.hardware.touchscreen.multitouch.jazz…
11257 field public int touchscreen;
Dtest-current.txt10808 field public static final java.lang.String FEATURE_TOUCHSCREEN = "android.hardware.touchscreen";
10809 … final java.lang.String FEATURE_TOUCHSCREEN_MULTITOUCH = "android.hardware.touchscreen.multitouch";
10810 …ang.String FEATURE_TOUCHSCREEN_MULTITOUCH_DISTINCT = "android.hardware.touchscreen.multitouch.dist…
10811 …ang.String FEATURE_TOUCHSCREEN_MULTITOUCH_JAZZHAND = "android.hardware.touchscreen.multitouch.jazz…
11300 field public int touchscreen;
Dsystem-current.txt11416 field public static final java.lang.String FEATURE_TOUCHSCREEN = "android.hardware.touchscreen";
11417 … final java.lang.String FEATURE_TOUCHSCREEN_MULTITOUCH = "android.hardware.touchscreen.multitouch";
11418 …ang.String FEATURE_TOUCHSCREEN_MULTITOUCH_DISTINCT = "android.hardware.touchscreen.multitouch.dist…
11419 …ang.String FEATURE_TOUCHSCREEN_MULTITOUCH_JAZZHAND = "android.hardware.touchscreen.multitouch.jazz…
11989 field public int touchscreen;