Searched defs:TOUCHSCREEN_UNDEFINED (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/content/res/
H A DConfiguration.java137 public static final int TOUCHSCREEN_UNDEFINED = 0; field in class:Configuration
403 case TOUCHSCREEN_UNDEFINED: sb.append(" ?touch"); break;
459 touchscreen = TOUCHSCREEN_UNDEFINED;
514 if (delta.touchscreen != TOUCHSCREEN_UNDEFINED
640 if (delta.touchscreen != TOUCHSCREEN_UNDEFINED
/frameworks/base/include/ui/
H A DInput.h164 TOUCHSCREEN_UNDEFINED = 0, enumerator in enum:android::InputConfiguration::__anon160

Completed in 161 milliseconds