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

  /cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DeviceInfoActivity.java 132 String touchScreen = null;
133 if (con.touchscreen == Configuration.TOUCHSCREEN_UNDEFINED) {
134 touchScreen = "undefined";
135 } else if (con.touchscreen == Configuration.TOUCHSCREEN_NOTOUCH) {
136 touchScreen = "notouch";
137 } else if (con.touchscreen == Configuration.TOUCHSCREEN_STYLUS) {
138 touchScreen = "stylus";
139 } else if (con.touchscreen == Configuration.TOUCHSCREEN_FINGER) {
140 touchScreen = "finger";
142 if (touchScreen != null)
    [all...]
  /development/apps/Development/src/com/android/development/
ConfigurationViewer.java 51 + "touchscreen=" + c.touchscreen + "\n"
  /device/asus/grouper/
device-common.mk 64 frameworks/native/data/etc/android.hardware.touchscreen.multitouch.jazzhand.xml:system/etc/permissions/android.hardware.touchscreen.multitouch.jazzhand.xml \
71 device/asus/grouper/elan-touchscreen.idc:system/usr/idc/elan-touchscreen.idc \
  /cts/tests/tests/content/src/android/content/res/cts/
ConfigurationTest.java 44 mConfig.touchscreen = Configuration.TOUCHSCREEN_NOTOUCH;
89 cfg1.touchscreen = 2;
90 cfg2.touchscreen = 3;
92 cfg1.touchscreen = 3;
93 cfg2.touchscreen = 2;
169 config.touchscreen = 1;
358 config.touchscreen = Configuration.TOUCHSCREEN_STYLUS;
ResourcesTest.java 118 final int touchscreen, final int keyboard, final int keysHidden, final int navigation,
128 config.touchscreen = touchscreen;
ConfigTest.java 44 TOUCHSCREEN,
106 case TOUCHSCREEN:
107 mConfig.touchscreen = value;
202 config.setProperty(Properties.TOUCHSCREEN, Configuration.TOUCHSCREEN_FINGER);
275 config.setProperty(Properties.TOUCHSCREEN, Configuration.TOUCHSCREEN_NOTOUCH);
282 config.setProperty(Properties.TOUCHSCREEN, Configuration.TOUCHSCREEN_STYLUS);
479 config.setProperty(Properties.TOUCHSCREEN, Configuration.TOUCHSCREEN_NOTOUCH);
486 config.setProperty(Properties.TOUCHSCREEN, Configuration.TOUCHSCREEN_STYLUS);
    [all...]
  /external/chromium_org/chrome/browser/metrics/
chromeos_metrics_provider.cc 80 SystemProfileProto::Hardware::TouchScreen* touchscreen = local
82 touchscreen->set_vendor_id(it->first);
83 touchscreen->set_product_id(it->second);
  /build/target/product/
sdk_base.mk 71 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);
  /device/asus/flo/
device-common.mk 103 device/asus/flo/elan-touchscreen.idc:system/usr/idc/elan-touchscreen.idc
115 frameworks/native/data/etc/android.hardware.touchscreen.multitouch.jazzhand.xml:system/etc/permissions/android.hardware.touchscreen.multitouch.jazzhand.xml \
  /external/chromium_org/ui/events/x/
device_data_manager_x11.h 43 // mouse, touchpad and touchscreen devices.
79 // touchscreen devices.
221 void SetDeviceListForTest(const std::vector<unsigned int>& touchscreen,
300 // use this only on touchscreen devices.
device_data_manager_x11.cc 61 // Touchscreen multi-touch
597 const std::vector<unsigned int>& touchscreen,
609 for (size_t i = 0; i < touchscreen.size(); i++) {
610 unsigned int deviceid = touchscreen[i];
  /device/samsung/manta/
device.mk 53 frameworks/native/data/etc/android.hardware.touchscreen.multitouch.jazzhand.xml:system/etc/permissions/android.hardware.touchscreen.multitouch.jazzhand.xml \
  /development/ndk/platforms/android-13/include/android/
configuration.h 193 * Set the current touchscreen in the configuration.
195 void AConfiguration_setTouchscreen(AConfiguration* config, int32_t touchscreen);
  /development/ndk/platforms/android-16/include/android/
configuration.h 196 * Set the current touchscreen in the configuration.
198 void AConfiguration_setTouchscreen(AConfiguration* config, int32_t touchscreen);
  /development/ndk/platforms/android-17/include/android/
configuration.h 201 * Set the current touchscreen in the configuration.
203 void AConfiguration_setTouchscreen(AConfiguration* config, int32_t touchscreen);
  /development/ndk/platforms/android-18/include/android/
configuration.h 202 * Set the current touchscreen in the configuration.
204 void AConfiguration_setTouchscreen(AConfiguration* config, int32_t touchscreen);
  /device/htc/flounder/
device.mk 78 frameworks/native/data/etc/android.hardware.touchscreen.multitouch.jazzhand.xml:system/etc/permissions/android.hardware.touchscreen.multitouch.jazzhand.xml \
  /device/lge/hammerhead/
device.mk 88 frameworks/native/data/etc/android.hardware.touchscreen.multitouch.jazzhand.xml:system/etc/permissions/android.hardware.touchscreen.multitouch.jazzhand.xml \
  /device/lge/mako/
device.mk 110 frameworks/native/data/etc/android.hardware.touchscreen.multitouch.jazzhand.xml:system/etc/permissions/android.hardware.touchscreen.multitouch.jazzhand.xml \
  /device/moto/shamu/
device.mk 78 frameworks/native/data/etc/android.hardware.touchscreen.multitouch.jazzhand.xml:system/etc/permissions/android.hardware.touchscreen.multitouch.jazzhand.xml \
  /external/chromium_org/chrome/browser/resources/
gesture_config.js 218 label: 'Start overscroll gesture (horizontal; touchscreen)',
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 1363 milliseconds