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

1 2 3 4 5 6 7 8 910

  /frameworks/native/data/etc/
android.hardware.touchscreen.multitouch.jazzhand.xml 17 <!-- This is the standard set of features for a touchscreen that supports
20 <feature name="android.hardware.touchscreen" />
21 <feature name="android.hardware.touchscreen.multitouch" />
22 <feature name="android.hardware.touchscreen.multitouch.distinct" />
23 <feature name="android.hardware.touchscreen.multitouch.jazzhand" />
android.hardware.touchscreen.multitouch.distinct.xml 17 <!-- This is the standard set of features for a touchscreen that supports
20 <feature name="android.hardware.touchscreen" />
21 <feature name="android.hardware.touchscreen.multitouch" />
22 <feature name="android.hardware.touchscreen.multitouch.distinct" />
android.hardware.touchscreen.xml 17 <!-- This is the standard set of features for a touchscreen that does not
20 <feature name="android.hardware.touchscreen" />
android.hardware.touchscreen.multitouch.xml 17 <!-- This is the standard set of features for a touchscreen that supports
21 <feature name="android.hardware.touchscreen" />
22 <feature name="android.hardware.touchscreen.multitouch" />
handheld_core_hardware.xml 32 <feature name="android.hardware.touchscreen" />
52 android.hardware.touchscreen.multitouch.xml
55 include android.hardware.touchscreen.multitouch.distinct.xml
58 include android.hardware.touchscreen.multitouch.jazzhand.xml
tablet_core_hardware.xml 31 <feature name="android.hardware.touchscreen" />
32 <feature name="android.hardware.touchscreen.multitouch" />
33 <feature name="android.hardware.touchscreen.multitouch.distinct" />
  /cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DeviceInfoActivity.java 114 String touchScreen = null;
115 if (con.touchscreen == Configuration.TOUCHSCREEN_UNDEFINED) {
116 touchScreen = "undefined";
117 } else if (con.touchscreen == Configuration.TOUCHSCREEN_NOTOUCH) {
118 touchScreen = "notouch";
119 } else if (con.touchscreen == Configuration.TOUCHSCREEN_STYLUS) {
120 touchScreen = "stylus";
121 } else if (con.touchscreen == Configuration.TOUCHSCREEN_FINGER) {
122 touchScreen = "finger";
124 if (touchScreen != null)
    [all...]
  /frameworks/base/docs/html/training/tv/
unsupported-features-tv.jd 62 <td>Touchscreen</td>
63 <td>android.hardware.touchscreen</td>
81 Android doesn't support touchscreen interaction for TV devices, most TVs don't have touch screens,
82 and interacting with a TV using a touchscreen is not consistent with the 10 foot environment. For
88 on this topic. The Android system assumes that a device has a touchscreen, so if you want your application
89 to run on a TV, you must <strong>explicitly</strong> disable the touchscreen requirement in your manifest file:
91 &lt;uses-feature android:name="android.hardware.touchscreen" android:required="false"/&gt;
133 feature you want to check. For example, to check for touchscreen, use
145 // Check if android.hardware.touchscreen feature is available.
146 } else if (getPackageManager().hasSystemFeature("android.hardware.touchscreen")) {
    [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowConfiguration.java 18 public int touchscreen; field in class:ShadowConfiguration
  /external/chromium_org/ash/display/
event_transformation_handler.cc 61 // mirror mode. TouchEvent's radius is often reported in the touchscreen's
80 // TODO(miletus): When there are more than 1 touchscreen (e.g. Link connected
81 // to an external touchscreen), the correct way to do is to have a way
82 // to find out which touchscreen is the event originating from and use the
83 // area ratio of that touchscreen to scale the event's radius.
  /frameworks/base/core/jni/
android_content_res_Configuration.cpp 33 jfieldID touchscreen; member in struct:android::__anon31833
51 out->touchscreen = env->GetIntField(clazz, gConfigurationClassInfo.touchscreen);
103 GET_FIELD_ID(gConfigurationClassInfo.touchscreen, clazz,
104 "touchscreen", "I");
  /external/chromium_org/content/browser/renderer_host/input/
tap_suppression_controller.h 16 // The core controller for suppression of taps (touchpad or touchscreen)
33 // Should be called whenever a tap down (touchpad or touchscreen) is received.
38 // Should be called whenever a tap up (touchpad or touchscreen) is received.
touchscreen_tap_suppression_controller_stub.cc 10 // is used on platforms that do not need tap suppression for touchscreen.
  /development/samples/CrossCompatibility/
AndroidManifest.xml 8 <uses-feature android:name="android.hardware.touchscreen" android:required="false"/>
  /device/samsung/manta/
egalax_i2c.idc 20 touch.deviceType = touchScreen
  /frameworks/base/data/keyboards/
qwerty.idc 19 touch.deviceType = touchScreen
qwerty2.idc 19 touch.deviceType = touchScreen
  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
SDL_fbelo.c 149 fprintf(stderr, "System error while reading from Elographics touchscreen.\n");
203 printf("System error while sending to Elographics touchscreen.\n");
369 fprintf( stderr, "Unable to configure Elographics touchscreen port\n");
391 fprintf( stderr, "Unable to ask Elographics touchscreen identification\n");
402 fprintf( stderr, "Unable to change Elographics touchscreen operating mode\n");
413 fprintf( stderr, "Unable to change Elographics touchscreen reports timings\n");
  /development/apps/Development/src/com/android/development/
ConfigurationViewer.java 51 + "touchscreen=" + c.touchscreen + "\n"
  /device/generic/mini-emulator-armv7-a-neon/
mini_emulator_common.mk 42 frameworks/native/data/etc/android.hardware.touchscreen.multitouch.jazzhand.xml:system/etc/permissions/android.hardware.touchscreen.multitouch.jazzhand.xml \
  /development/samples/ActionBarCompat/
AndroidManifest.xml 23 <uses-feature android:name="android.hardware.touchscreen" android:required="false"/>
  /device/asus/flo/
elan-touchscreen.idc 24 touch.deviceType = touchScreen
touch_dev.idc 21 touch.deviceType = touchScreen
  /device/asus/grouper/
device-common.mk 58 frameworks/native/data/etc/android.hardware.touchscreen.multitouch.jazzhand.xml:system/etc/permissions/android.hardware.touchscreen.multitouch.jazzhand.xml \
64 device/asus/grouper/elan-touchscreen.idc:system/usr/idc/elan-touchscreen.idc \
elan-touchscreen.idc 24 touch.deviceType = touchScreen

Completed in 990 milliseconds

1 2 3 4 5 6 7 8 910