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

1 2 3 4 5 6 7

  /cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
ConfigurationDeviceInfo.java 30 store.addResult("touchscreen", con.touchscreen);
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowConfiguration.java 18 public int touchscreen; field in class:ShadowConfiguration
  /frameworks/base/core/proto/android/content/
configuration.proto 35 uint32 touchscreen = 6;
  /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 35 jfieldID touchscreen; member in struct:android::__anon38797
53 out->touchscreen = env->GetIntField(clazz, gConfigurationClassInfo.touchscreen);
83 gConfigurationClassInfo.touchscreen = GetFieldIDOrDie(env, clazz, "touchscreen", "I");
  /development/apps/Development/src/com/android/development/
ConfigurationViewer.java 51 + "touchscreen=" + c.touchscreen + "\n"
  /frameworks/base/native/android/
configuration.cpp 67 return config->touchscreen;
159 void AConfiguration_setTouchscreen(AConfiguration* config, int32_t touchscreen) {
160 config->touchscreen = touchscreen;
  /frameworks/base/core/java/android/content/res/
Configuration.java 459 /** Constant for {@link #touchscreen}: a value indicating that no value has been set. */
461 /** Constant for {@link #touchscreen}, value corresponding to the
467 /** Constant for {@link #touchscreen}, value corresponding to the
476 public int touchscreen; field in class:Configuration
    [all...]
  /cts/tests/tests/content/src/android/content/res/cts/
ConfigurationTest.java 46 mConfig.touchscreen = Configuration.TOUCHSCREEN_NOTOUCH;
98 cfg1.touchscreen = 2;
99 cfg2.touchscreen = 3;
101 cfg1.touchscreen = 3;
102 cfg2.touchscreen = 2;
211 config.touchscreen = 1;
349 assertEquals(Configuration.TOUCHSCREEN_UNDEFINED, config.touchscreen);
376 assertEquals(Configuration.TOUCHSCREEN_UNDEFINED, config.touchscreen);
724 config.touchscreen = Configuration.TOUCHSCREEN_STYLUS;
  /frameworks/base/core/tests/coretests/src/android/app/activity/
ActivityManagerTest.java 103 assertEquals(config.reqTouchScreen, vconfig.touchscreen);
  /frameworks/base/tools/aapt2/
ConfigDescription.cpp 415 if (out) out->touchscreen = out->TOUCHSCREEN_ANY;
418 if (out) out->touchscreen = out->TOUCHSCREEN_NOTOUCH;
421 if (out) out->touchscreen = out->TOUCHSCREEN_STYLUS;
424 if (out) out->touchscreen = out->TOUCHSCREEN_FINGER;
929 if (touchscreen || o.touchscreen) return (!o.touchscreen);
971 !pred(touchscreen, o.touchscreen) ||
  /build/make/target/product/
sdk_base.mk 101 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/ndk/r10/platforms/android-12/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/r10/platforms/android-12/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/r10/platforms/android-12/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/r10/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/r10/platforms/android-9/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/r10/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/r11/platforms/android-12/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/r11/platforms/android-12/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/r11/platforms/android-12/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/r11/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/r11/platforms/android-9/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/r11/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);

Completed in 1147 milliseconds

1 2 3 4 5 6 7