/frameworks/base/core/jni/ |
D | android_content_res_Configuration.cpp | 35 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()
|
D | android_util_AssetManager.cpp | 673 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/ |
D | Configuration.java | 474 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 …]
|
D | AssetManager.java | 789 int orientation, int touchscreen, int density, int keyboard, in setConfiguration() argument
|
D | ResourcesImpl.java | 439 mConfiguration.touchscreen, in updateConfiguration()
|
/frameworks/base/native/android/ |
D | configuration.cpp | 67 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/ |
D | ConfigDescription.cpp | 415 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/ |
D | configuration.proto | 35 uint32 touchscreen = 6; field
|
/frameworks/base/core/tests/coretests/src/android/app/activity/ |
D | ActivityManagerTest.java | 103 assertEquals(config.reqTouchScreen, vconfig.touchscreen); in testGetDeviceConfigurationInfo()
|
/frameworks/base/tools/aapt/ |
D | AaptConfig.cpp | 654 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()
|
D | ResourceTable.cpp | 3173 config.touchscreen, in flatten() 3218 tHeader->config.touchscreen, in flatten() 3953 config->touchscreen, in getEntry()
|
D | Resource.cpp | 141 mParams.density, mParams.touchscreen, mParams.keyboard, in next()
|
/frameworks/native/include/android/ |
D | configuration.h | 562 void AConfiguration_setTouchscreen(AConfiguration* config, int32_t touchscreen);
|
/frameworks/base/libs/androidfw/ |
D | ResourceTypes.cpp | 1984 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/ |
D | ResourcesManager.java | 171 config.touchscreen = Configuration.TOUCHSCREEN_NOTOUCH; in applyNonDefaultDisplayMetricsToConfiguration()
|
/frameworks/base/libs/androidfw/include/androidfw/ |
D | ResourceTypes.h | 990 uint8_t touchscreen; member
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | DisplayContent.java | 1241 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/ |
D | ActivityManagerService.java | 20184 config.reqTouchScreen = globalConfig.touchscreen; 20687 && config.touchscreen == Configuration.TOUCHSCREEN_NOTOUCH
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 8832 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/ |
D | current.txt | 10766 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;
|
D | test-current.txt | 10808 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;
|
D | system-current.txt | 11416 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;
|