Home
last modified time | relevance | path

Searched refs:TOUCHSCREEN_STYLUS (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/tests/AndroidTests/src/com/android/unit_tests/content/
DConfigTest.java233 config.setProperty(properties.TOUCHSCREEN, Configuration.TOUCHSCREEN_STYLUS); in testAllConfigs()
480 Configuration.TOUCHSCREEN_STYLUS); in testPrecidence()
489 Configuration.TOUCHSCREEN_STYLUS); in testPrecidence()
499 Configuration.TOUCHSCREEN_STYLUS); in testPrecidence()
/frameworks/base/core/java/android/content/res/
DConfiguration.java79 public static final int TOUCHSCREEN_STYLUS = 2; field in Configuration
/frameworks/base/include/utils/
DResourceTypes.h823 TOUCHSCREEN_STYLUS = 0x0002, enumerator
/frameworks/base/tools/aapt/
DAaptAssets.cpp829 if (out) out->touchscreen = out->TOUCHSCREEN_STYLUS; in getTouchscreenName()