HomeSort by relevance Sort by last modified time
    Searched refs:touchscreen (Results 1 - 25 of 36) sorted by null

1 2

  /cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DeviceInfoActivity.java 56 String touchScreen = null;
57 if (con.touchscreen == Configuration.TOUCHSCREEN_UNDEFINED) {
58 touchScreen = "undefined";
59 } else if (con.touchscreen == Configuration.TOUCHSCREEN_NOTOUCH) {
60 touchScreen = "notouch";
61 } else if (con.touchscreen == Configuration.TOUCHSCREEN_STYLUS) {
62 touchScreen = "stylus";
63 } else if (con.touchscreen == Configuration.TOUCHSCREEN_FINGER) {
64 touchScreen = "finger";
66 if (touchScreen != null)
    [all...]
  /frameworks/base/tools/localize/
Configuration.cpp 21 n = touchscreen.compare(that.touchscreen);
Configuration.h 14 string touchscreen; member in struct:Configuration
  /frameworks/base/core/jni/
android_content_res_Configuration.cpp 33 jfieldID touchscreen; member in struct:android::__anon14498
51 out->touchscreen = env->GetIntField(clazz, gConfigurationClassInfo.touchscreen);
103 GET_FIELD_ID(gConfigurationClassInfo.touchscreen, clazz,
104 "touchscreen", "I");
android_util_AssetManager.cpp 509 jint touchscreen, jint density,
531 config.touchscreen = (uint8_t)touchscreen;
    [all...]
  /frameworks/base/core/java/android/content/res/
Configuration.java 147 public int touchscreen; field in class:Configuration
314 touchscreen = o.touchscreen;
402 switch (touchscreen) {
407 default: sb.append(" touch="); sb.append(touchscreen); break;
459 touchscreen = TOUCHSCREEN_UNDEFINED;
514 if (delta.touchscreen != TOUCHSCREEN_UNDEFINED
515 && touchscreen != delta.touchscreen) {
517 touchscreen = delta.touchscreen
    [all...]
AssetManager.java 653 int orientation, int touchscreen, int density, int keyboard,
  /development/apps/Development/src/com/android/development/
ConfigurationViewer.java 51 + "touchscreen=" + c.touchscreen + "\n"
  /device/moto/wingray/
device_base.mk 56 frameworks/base/data/etc/android.hardware.touchscreen.multitouch.jazzhand.xml:system/etc/permissions/android.hardware.touchscreen.multitouch.jazzhand.xml \
64 device/moto/wingray/qtouch-touchscreen.idc:system/usr/idc/qtouch-touchscreen.idc \
  /frameworks/base/native/android/
configuration.cpp 67 return config->touchscreen;
150 void AConfiguration_setTouchscreen(AConfiguration* config, int32_t touchscreen) {
151 config->touchscreen = touchscreen;
  /cts/tests/tests/content/src/android/content/res/cts/
ConfigurationTest.java 48 mConfig.touchscreen = Configuration.TOUCHSCREEN_NOTOUCH;
110 cfg1.touchscreen = 2;
111 cfg2.touchscreen = 3;
113 cfg1.touchscreen = 3;
114 cfg2.touchscreen = 2;
197 config.touchscreen = 1;
365 config.touchscreen = Configuration.TOUCHSCREEN_STYLUS;
ResourcesTest.java 168 final int touchscreen, final int keyboard, final int keysHidden, final int navigation,
178 config.touchscreen = touchscreen;
ConfigTest.java 40 TOUCHSCREEN,
102 case TOUCHSCREEN:
103 mConfig.touchscreen = value;
177 config.mConfig.touchscreen = Configuration.TOUCHSCREEN_FINGER;
250 config.setProperty(Properties.TOUCHSCREEN, Configuration.TOUCHSCREEN_NOTOUCH);
257 config.setProperty(Properties.TOUCHSCREEN, Configuration.TOUCHSCREEN_STYLUS);
454 config.setProperty(Properties.TOUCHSCREEN, Configuration.TOUCHSCREEN_NOTOUCH);
461 config.setProperty(Properties.TOUCHSCREEN, Configuration.TOUCHSCREEN_STYLUS);
    [all...]
  /frameworks/base/include/utils/
ResourceTypes.h 852 uint8_t touchscreen; member in struct:android::ResTable_config::__anon14668::__anon14669
    [all...]
  /frameworks/base/core/tests/coretests/src/android/app/activity/
ActivityManagerTest.java 103 assertEquals(config.reqTouchScreen, vconfig.touchscreen);
  /development/ndk/platforms/android-9/include/android/
configuration.h 184 * Set the current touchscreen in the configuration.
186 void AConfiguration_setTouchscreen(AConfiguration* config, int32_t touchscreen);
  /prebuilt/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/android/
configuration.h 184 * Set the current touchscreen in the configuration.
186 void AConfiguration_setTouchscreen(AConfiguration* config, int32_t touchscreen);
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/android/
configuration.h 184 * Set the current touchscreen in the configuration.
186 void AConfiguration_setTouchscreen(AConfiguration* config, int32_t touchscreen);
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/android/
configuration.h 184 * Set the current touchscreen in the configuration.
186 void AConfiguration_setTouchscreen(AConfiguration* config, int32_t touchscreen);
  /frameworks/base/tools/aapt/
AaptAssets.cpp 211 // touchscreen
214 *value = config.touchscreen;
285 return config.touchscreen;
529 // touchscreen
539 //printf("not touchscreen: %s\n", part.string());
633 this->touchscreen = touch;
674 s += touchscreen;
766 if (this->touchscreen != "") {
770 s += touchscreen;
1121 if (out) out->touchscreen = out->TOUCHSCREEN_ANY
    [all...]
AaptAssets.h 137 String8 touchscreen; member in struct:AaptGroupEntry
  /device/samsung/tuna/
device.mk 120 frameworks/base/data/etc/android.hardware.touchscreen.multitouch.jazzhand.xml:system/etc/permissions/android.hardware.touchscreen.multitouch.jazzhand.xml \
131 # Melfas touchscreen firmware
  /frameworks/base/native/include/android/
configuration.h 193 * Set the current touchscreen in the configuration.
195 void AConfiguration_setTouchscreen(AConfiguration* config, int32_t touchscreen);
  /device/samsung/crespo/
device_base.mk 183 frameworks/base/data/etc/android.hardware.touchscreen.multitouch.jazzhand.xml:system/etc/permissions/android.hardware.touchscreen.multitouch.jazzhand.xml \
  /frameworks/base/services/jni/
com_android_server_InputManager.cpp 105 jfieldID touchscreen; member in struct:android::__anon15658
    [all...]

Completed in 398 milliseconds

1 2