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

1 2

  /cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DeviceInfoActivity.java 63 String touchScreen = null;
64 if (con.touchscreen == Configuration.TOUCHSCREEN_UNDEFINED) {
65 touchScreen = "undefined";
66 } else if (con.touchscreen == Configuration.TOUCHSCREEN_NOTOUCH) {
67 touchScreen = "notouch";
68 } else if (con.touchscreen == Configuration.TOUCHSCREEN_STYLUS) {
69 touchScreen = "stylus";
70 } else if (con.touchscreen == Configuration.TOUCHSCREEN_FINGER) {
71 touchScreen = "finger";
73 if (touchScreen != null)
    [all...]
  /frameworks/base/core/jni/
android_content_res_Configuration.cpp 33 jfieldID touchscreen; member in struct:android::__anon16815
51 out->touchscreen = env->GetIntField(clazz, gConfigurationClassInfo.touchscreen);
103 GET_FIELD_ID(gConfigurationClassInfo.touchscreen, clazz,
104 "touchscreen", "I");
  /frameworks/base/core/java/android/content/res/
Configuration.java 167 /** Constant for {@link #touchscreen}: a value indicating that no value has been set. */
169 /** Constant for {@link #touchscreen}, value corresponding to the
175 /** Constant for {@link #touchscreen}, value corresponding to the
184 public int touchscreen; field in class:Configuration
445 touchscreen = o.touchscreen;
535 switch (touchscreen) {
540 default: sb.append(" touch="); sb.append(touchscreen); break;
592 touchscreen = TOUCHSCREEN_UNDEFINED;
647 if (delta.touchscreen != TOUCHSCREEN_UNDEFINE
    [all...]
  /development/apps/Development/src/com/android/development/
ConfigurationViewer.java 51 + "touchscreen=" + c.touchscreen + "\n"
  /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 43 mConfig.touchscreen = Configuration.TOUCHSCREEN_NOTOUCH;
88 cfg1.touchscreen = 2;
89 cfg2.touchscreen = 3;
91 cfg1.touchscreen = 3;
92 cfg2.touchscreen = 2;
165 config.touchscreen = 1;
289 config.touchscreen = Configuration.TOUCHSCREEN_STYLUS;
ResourcesTest.java 118 final int touchscreen, final int keyboard, final int keysHidden, final int navigation,
128 config.touchscreen = touchscreen;
  /device/asus/grouper/
device-common.mk 63 frameworks/native/data/etc/android.hardware.touchscreen.multitouch.jazzhand.xml:system/etc/permissions/android.hardware.touchscreen.multitouch.jazzhand.xml \
77 device/asus/grouper/elan-touchscreen.idc:system/usr/idc/elan-touchscreen.idc \
  /device/moto/wingray/
device_base.mk 59 frameworks/native/data/etc/android.hardware.touchscreen.multitouch.jazzhand.xml:system/etc/permissions/android.hardware.touchscreen.multitouch.jazzhand.xml \
67 device/moto/wingray/qtouch-touchscreen.idc:system/usr/idc/qtouch-touchscreen.idc \
  /frameworks/base/core/tests/coretests/src/android/app/activity/
ActivityManagerTest.java 103 assertEquals(config.reqTouchScreen, vconfig.touchscreen);
  /build/target/product/
sdk.mk 90 frameworks/native/data/etc/android.hardware.touchscreen.multitouch.jazzhand.xml:system/etc/permissions/android.hardware.touchscreen.multitouch.jazzhand.xml \
  /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);
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/android/
configuration.h 184 * Set the current touchscreen in the configuration.
186 void AConfiguration_setTouchscreen(AConfiguration* config, int32_t touchscreen);
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/android/
configuration.h 184 * Set the current touchscreen in the configuration.
186 void AConfiguration_setTouchscreen(AConfiguration* config, int32_t touchscreen);
  /prebuilts/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);
  /prebuilts/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);
  /prebuilts/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);
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/android/
configuration.h 184 * Set the current touchscreen in the configuration.
186 void AConfiguration_setTouchscreen(AConfiguration* config, int32_t touchscreen);
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/android/
configuration.h 184 * Set the current touchscreen in the configuration.
186 void AConfiguration_setTouchscreen(AConfiguration* config, int32_t touchscreen);
  /prebuilts/ndk/android-ndk-r7/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);
  /prebuilts/ndk/android-ndk-r7/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 249 // touchscreen
252 *value = config.touchscreen;
323 return config.touchscreen;
567 // touchscreen
577 //printf("not touchscreen: %s\n", part.string());
671 this->touchscreen = touch;
712 s += touchscreen;
804 if (this->touchscreen != "") {
808 s += touchscreen;
1169 if (out) out->touchscreen = out->TOUCHSCREEN_ANY
    [all...]
  /device/samsung/tuna/
device.mk 140 frameworks/native/data/etc/android.hardware.touchscreen.multitouch.jazzhand.xml:system/etc/permissions/android.hardware.touchscreen.multitouch.jazzhand.xml \
149 # Melfas touchscreen firmware
  /frameworks/native/include/android/
configuration.h 196 * Set the current touchscreen in the configuration.
198 void AConfiguration_setTouchscreen(AConfiguration* config, int32_t touchscreen);
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp     [all...]

Completed in 2024 milliseconds

1 2