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

1 2

  /frameworks/base/core/java/android/content/res/
Configuration.java 104 public int touchscreen; field in class:Configuration
234 touchscreen = o.touchscreen;
257 sb.append(touchscreen);
290 touchscreen = TOUCHSCREEN_UNDEFINED;
340 if (delta.touchscreen != TOUCHSCREEN_UNDEFINED
341 && touchscreen != delta.touchscreen) {
343 touchscreen = delta.touchscreen;
    [all...]
AssetManager.java 652 int orientation, int touchscreen, int density, int keyboard,
Resources.java     [all...]
  /cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DeviceInfoActivity.java 56 String touchScreen = null;
57 if (con.touchscreen == Configuration.TOUCHSCREEN_UNDEFINED) {
58 touchScreen = "undefined";
59 } else if (con.touchscreen == Configuration.TOUCHSCREEN_NOTOUCH) {
60 touchScreen = "notouch";
61 } else if (con.touchscreen == Configuration.TOUCHSCREEN_STYLUS) {
62 touchScreen = "stylus";
63 } else if (con.touchscreen == Configuration.TOUCHSCREEN_FINGER) {
64 touchScreen = "finger";
66 if (touchScreen != null)
    [all...]
  /frameworks/base/tools/localize/
Configuration.cpp 21 n = touchscreen.compare(that.touchscreen);
Configuration.h 14 string touchscreen; member in struct:Configuration
  /device/htc/passion-common/
passion.mk 31 frameworks/base/data/etc/android.hardware.touchscreen.multitouch.xml:system/etc/permissions/android.hardware.touchscreen.multitouch.xml \
54 device/htc/passion-common/synaptics-rmi-touchscreen.idc:system/usr/idc/synaptics-rmi-touchscreen.idc \
  /frameworks/base/core/jni/
android_content_res_Configuration.cpp 35 jfieldID touchscreen; member in struct:android::__anon8659
50 out->touchscreen = env->GetIntField(clazz, gConfigurationClassInfo.touchscreen);
97 GET_FIELD_ID(gConfigurationClassInfo.touchscreen, gConfigurationClassInfo.clazz,
98 "touchscreen", "I");
android_util_AssetManager.cpp 531 jint touchscreen, jint density,
551 config.touchscreen = (uint8_t)touchscreen;
    [all...]
  /cts/tests/tests/content/src/android/content/res/cts/
ConfigurationTest.java 48 mConfig.touchscreen = Configuration.TOUCHSCREEN_NOTOUCH;
110 cfg1.touchscreen = 2;
111 cfg2.touchscreen = 3;
113 cfg1.touchscreen = 3;
114 cfg2.touchscreen = 2;
197 config.touchscreen = 1;
365 config.touchscreen = Configuration.TOUCHSCREEN_STYLUS;
394 assertEquals(config.touchscreen, parcel.readInt());
ResourcesTest.java 168 final int touchscreen, final int keyboard, final int keysHidden, final int navigation,
178 config.touchscreen = touchscreen;
ConfigTest.java 39 TOUCHSCREEN,
90 mConfig.touchscreen = Configuration.TOUCHSCREEN_FINGER;
110 case TOUCHSCREEN:
111 mConfig.touchscreen = value;
226 config.setProperty(Properties.TOUCHSCREEN, Configuration.TOUCHSCREEN_NOTOUCH);
233 config.setProperty(Properties.TOUCHSCREEN, Configuration.TOUCHSCREEN_STYLUS);
498 * touchscreen, hidden, keyboard, navigation, width-height
549 config.setProperty(Properties.TOUCHSCREEN,
558 config.setProperty(Properties.TOUCHSCREEN,
568 config.setProperty(Properties.TOUCHSCREEN,
    [all...]
  /development/apps/Development/src/com/android/development/
ConfigurationViewer.java 51 + "touchscreen=" + c.touchscreen + "\n"
  /frameworks/base/native/android/
configuration.cpp 67 return config->touchscreen;
138 void AConfiguration_setTouchscreen(AConfiguration* config, int32_t touchscreen) {
139 config->touchscreen = touchscreen;
  /frameworks/base/include/utils/
ResourceTypes.h 851 uint8_t touchscreen; member in struct:android::ResTable_config::__anon8816::__anon8817
    [all...]
  /frameworks/base/core/tests/coretests/src/android/app/activity/
ActivityManagerTest.java 103 assertEquals(config.reqTouchScreen, vconfig.touchscreen);
  /frameworks/base/tools/aapt/
AaptAssets.cpp 187 // touchscreen
190 *value = config.touchscreen;
409 // touchscreen
419 //printf("not touchscreen: %s\n", part.string());
510 this->touchscreen = touch;
545 s += touchscreen;
601 if (this->touchscreen != "") {
603 s += touchscreen;
934 if (out) out->touchscreen = out->TOUCHSCREEN_ANY;
937 if (out) out->touchscreen = out->TOUCHSCREEN_NOTOUCH
    [all...]
AaptAssets.h 78 String8 touchscreen; member in struct:AaptGroupEntry
ResourceTable.cpp     [all...]
Resource.cpp 111 mParams.density, mParams.touchscreen, mParams.keyboard,
    [all...]
  /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);
  /frameworks/base/native/include/android/
configuration.h 184 * Set the current touchscreen in the configuration.
186 void AConfiguration_setTouchscreen(AConfiguration* config, int32_t touchscreen);
  /device/samsung/crespo/
device_base.mk 113 frameworks/base/data/etc/android.hardware.touchscreen.multitouch.jazzhand.xml:system/etc/permissions/android.hardware.touchscreen.multitouch.jazzhand.xml \
  /frameworks/base/services/jni/
com_android_server_InputManager.cpp 144 jfieldID touchscreen; member in struct:android::__anon9349
    [all...]
  /frameworks/base/libs/utils/
ResourceTypes.cpp     [all...]

Completed in 571 milliseconds

1 2