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

1 2 3 4 5 6 7

  /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" />
50 android.hardware.touchscreen.multitouch.xml
53 include android.hardware.touchscreen.multitouch.distinct.xml
56 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 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/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
  /frameworks/base/core/jni/
android_content_res_Configuration.cpp 33 jfieldID touchscreen; member in struct:android::__anon19669
51 out->touchscreen = env->GetIntField(clazz, gConfigurationClassInfo.touchscreen);
103 GET_FIELD_ID(gConfigurationClassInfo.touchscreen, clazz,
104 "touchscreen", "I");
  /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
Atmel_maXTouch_Touchscreen.idc 21 touch.deviceType = touchScreen
  /frameworks/base/data/keyboards/
qwerty.idc 19 touch.deviceType = touchScreen
qwerty2.idc 19 touch.deviceType = touchScreen
  /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 \
  /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");
SDL_fbelo.h 40 Initialize the ELO serial touchscreen controller
  /development/apps/Development/src/com/android/development/
ConfigurationViewer.java 51 + "touchscreen=" + c.touchscreen + "\n"
  /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/lge/mako/
touch_dev.idc 21 touch.deviceType = touchScreen
  /device/samsung/tuna/
Melfas_MMSxxx_Touchscreen.idc 20 touch.deviceType = touchScreen
  /external/jmonkeyengine/engine/src/android/jme3test/android/
AndroidManifest.xml 13 <uses-feature android:name="android.hardware.touchscreen.multitouch.distinct" android:required="true" />

Completed in 394 milliseconds

1 2 3 4 5 6 7