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

1 2 3 4 5

  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowConfiguration.java 18 public int touchscreen; field in class:ShadowConfiguration
  /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...]
  /frameworks/base/core/jni/
android_content_res_Configuration.cpp 33 jfieldID touchscreen; member in struct:android::__anon38340
51 out->touchscreen = env->GetIntField(clazz, gConfigurationClassInfo.touchscreen);
94 GET_FIELD_ID(gConfigurationClassInfo.touchscreen, clazz,
95 "touchscreen", "I");
  /frameworks/base/core/java/android/content/res/
Configuration.java 278 /** Constant for {@link #touchscreen}: a value indicating that no value has been set. */
280 /** Constant for {@link #touchscreen}, value corresponding to the
286 /** Constant for {@link #touchscreen}, value corresponding to the
295 public int touchscreen; field in class:Configuration
580 /** @hide Native-specific bit mask for TOUCHSCREEN config; DO NOT USE UNLESS YOU ARE SURE. */
630 touchscreen = o.touchscreen;
    [all...]
  /development/apps/Development/src/com/android/development/
ConfigurationViewer.java 51 + "touchscreen=" + c.touchscreen + "\n"
  /device/asus/grouper/
device-common.mk 62 frameworks/native/data/etc/android.hardware.touchscreen.multitouch.jazzhand.xml:system/etc/permissions/android.hardware.touchscreen.multitouch.jazzhand.xml \
68 device/asus/grouper/elan-touchscreen.idc:system/usr/idc/elan-touchscreen.idc \
  /frameworks/base/native/android/
configuration.cpp 67 return config->touchscreen;
155 void AConfiguration_setTouchscreen(AConfiguration* config, int32_t touchscreen) {
156 config->touchscreen = touchscreen;
  /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;
  /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);
  /frameworks/base/core/tests/coretests/src/android/app/activity/
ActivityManagerTest.java 103 assertEquals(config.reqTouchScreen, vconfig.touchscreen);
  /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.h 44 // mouse, touchpad and touchscreen devices.
80 // touchscreen devices.
217 void SetDeviceListForTest(const std::vector<unsigned int>& touchscreen,
290 // use this only on touchscreen devices.
  /frameworks/base/tools/aapt/
AaptConfig.cpp 558 if (out) out->touchscreen = out->TOUCHSCREEN_ANY;
561 if (out) out->touchscreen = out->TOUCHSCREEN_NOTOUCH;
564 if (out) out->touchscreen = out->TOUCHSCREEN_STYLUS;
567 if (out) out->touchscreen = out->TOUCHSCREEN_FINGER;
  /prebuilts/ndk/5/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/6/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/6/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/7/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/7/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/7/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/7/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/8/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/8/platforms/android-14/arch-mips/usr/include/android/
configuration.h 184 * Set the current touchscreen in the configuration.
186 void AConfiguration_setTouchscreen(AConfiguration* config, int32_t touchscreen);
  /prebuilts/ndk/8/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);

Completed in 359 milliseconds

1 2 3 4 5