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

1 2 3 4

  /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
  /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::__anon45624
53 out->touchscreen = env->GetIntField(clazz, gConfigurationClassInfo.touchscreen);
83 gConfigurationClassInfo.touchscreen = GetFieldIDOrDie(env, clazz, "touchscreen", "I");
  /compatibility/cdd/7_hardware-compatibility/
7_2_input-devices.md 6 [touchscreen](#7_2_4_touchScreen_input) or [non-touch navigation](#7_2_2_non-touch_navigation),
114 ### 7.2.4\. Touchscreen Input
118 [Touchscreen-based device implementations](http://source.android.com/devices/tech/input/touch-devices.html)
130 If device implementations include a touchscreen (single-touch or better), they:
132 * [C-1-1] MUST report `TOUCHSCREEN_FINGER` for the [`Configuration.touchscreen`](https://developer.android.com/reference/android/content/res/Configuration.html#touchscreen)
134 * [C-1-2] MUST report the `android.hardware.touchscreen` and
137 If device implementations include a touchscreen that can track more than
140 * [C-2-1] MUST report the appropriate feature flags `android.hardware.touchscreen.multitouch`,
141 `android.hardware.touchscreen.multitouch.distinct`, `android.hardware.touchscreen.multitouch.jazzhand
    [all...]
  /development/apps/Development/src/com/android/development/
ConfigurationViewer.java 51 + "touchscreen=" + c.touchscreen + "\n"
  /frameworks/base/native/android/
configuration.cpp 72 return config->touchscreen;
164 void AConfiguration_setTouchscreen(AConfiguration* config, int32_t touchscreen) {
165 config->touchscreen = touchscreen;
  /frameworks/base/core/java/android/content/res/
Configuration.java 35 import static android.content.ConfigurationProto.TOUCHSCREEN;
481 /** Constant for {@link #touchscreen}: a value indicating that no value has been set. */
483 /** Constant for {@link #touchscreen}, value corresponding to the
489 /** Constant for {@link #touchscreen}, value corresponding to the
498 public int touchscreen; field in class:Configuration
    [all...]
  /device/google/taimen/
device.mk 101 # touchscreen configuration
103 device/google/taimen/touchscreen.idc:$(TARGET_COPY_OUT_VENDOR)/usr/idc/touchscreen.idc
  /frameworks/base/core/proto/android/content/
configuration.proto 39 optional uint32 touchscreen = 7;
  /frameworks/base/tools/aapt2/
Configuration.proto 89 enum Touchscreen {
182 // Whether a touchscreen exists, supports a stylus, or finger.
183 Touchscreen touchscreen = 19;
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;
949 if (touchscreen || o.touchscreen) return (!o.touchscreen);
989 !pred(touchscreen, o.touchscreen) ||
  /external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
ResTable_config.java 126 int touchscreen = UnsignedBytes.toInt(buffer.get()); local
178 touchscreen, density, keyboard, navigation, inputFlags, screenWidth, screenHeight,
209 TOUCHSCREEN,
595 public int touchscreen; field in class:ResTable_config
633 orientation, touchscreen, density, keyboard, navigation, inputFlags,
640 int orientation, int touchscreen, int density, int keyboard, int navigation, int inputFlags,
651 this.touchscreen = touchscreen;
    [all...]
ConfigDescription.java 776 out.touchscreen = ResTable_config.TOUCHSCREEN_ANY;
781 out.touchscreen = ResTable_config.TOUCHSCREEN_NOTOUCH;
786 out.touchscreen = ResTable_config.TOUCHSCREEN_STYLUS;
791 out.touchscreen = ResTable_config.TOUCHSCREEN_FINGER;
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/android/
DeviceConfig.java 198 if (resTab.touchscreen != ResTable_config.TOUCHSCREEN_ANY) {
199 configuration.touchscreen = resTab.touchscreen;
334 if (configuration.touchscreen == Configuration.TOUCHSCREEN_UNDEFINED) {
335 configuration.touchscreen = Configuration.TOUCHSCREEN_FINGER;
ConfigurationV25.java 265 switch (config.touchscreen) {
  /frameworks/base/core/tests/coretests/src/android/app/activity/
ActivityManagerTest.java 103 assertEquals(config.reqTouchScreen, vconfig.touchscreen);
  /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;
  /build/make/target/product/
sdk_base.mk 92 frameworks/native/data/etc/android.hardware.touchscreen.multitouch.jazzhand.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.touchscreen.multitouch.jazzhand.xml \
emulator.mk 159 frameworks/native/data/etc/android.hardware.touchscreen.multitouch.jazzhand.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.touchscreen.multitouch.jazzhand.xml \
  /cts/tests/framework/base/activitymanager/src/android/server/am/
ActivityManagerGetConfigTests.java 268 assertEquals("Expected touchscreen does not match",
269 config.touchscreen, resConfig.configuration.touchscreen);
  /device/google/cuttlefish/shared/
device.mk 134 frameworks/native/data/etc/android.hardware.touchscreen.xml:system/etc/permissions/android.hardware.touchscreen.xml \
  /frameworks/base/tools/aapt/
AaptConfig.cpp 654 if (out) out->touchscreen = out->TOUCHSCREEN_ANY;
657 if (out) out->touchscreen = out->TOUCHSCREEN_NOTOUCH;
660 if (out) out->touchscreen = out->TOUCHSCREEN_STYLUS;
663 if (out) out->touchscreen = out->TOUCHSCREEN_FINGER;
  /frameworks/native/include/android/
configuration.h 70 /** Touchscreen: not specified. */
73 * Touchscreen: value corresponding to the
81 * Touchscreen: value corresponding to the
394 * <a href="@dacRoot/guide/topics/resources/providing-resources.html#TouchscreenQualifier">touchscreen</a>
560 * Set the current touchscreen in the configuration.
562 void AConfiguration_setTouchscreen(AConfiguration* config, int32_t touchscreen);
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowAssetManager.java 549 int orientation, int touchscreen, int density, int keyboard,
554 orientation, touchscreen, density, keyboard,
562 int orientation, int touchscreen, int density, int keyboard,
577 config.touchscreen = touchscreen;
    [all...]

Completed in 953 milliseconds

1 2 3 4