Searched defs:TOUCHSCREEN_UNDEFINED (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/core/java/android/content/res/
H A DConfiguration.java377 public static final int TOUCHSCREEN_UNDEFINED = 0; field in class:Configuration
869 case TOUCHSCREEN_UNDEFINED: sb.append(" ?touch"); break;
926 touchscreen = TOUCHSCREEN_UNDEFINED;
994 if (delta.touchscreen != TOUCHSCREEN_UNDEFINED
1142 if (delta.touchscreen != TOUCHSCREEN_UNDEFINED
1959 TOUCHSCREEN_UNDEFINED);
2010 if (config.touchscreen != TOUCHSCREEN_UNDEFINED) {

Completed in 53 milliseconds