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

/frameworks/base/core/java/android/content/res/
H A DConfiguration.java279 public static final int TOUCHSCREEN_UNDEFINED = 0; field in class:Configuration
739 case TOUCHSCREEN_UNDEFINED: sb.append(" ?touch"); break;
795 touchscreen = TOUCHSCREEN_UNDEFINED;
860 if (delta.touchscreen != TOUCHSCREEN_UNDEFINED
1007 if (delta.touchscreen != TOUCHSCREEN_UNDEFINED
1709 TOUCHSCREEN_UNDEFINED);
1759 if (config.touchscreen != TOUCHSCREEN_UNDEFINED) {

Completed in 119 milliseconds