Searched refs:TOUCHSCREEN_UNDEFINED (Results 1 - 3 of 3) 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
/frameworks/base/core/java/android/content/pm/
H A DPackageParser.java938 Configuration.TOUCHSCREEN_UNDEFINED);

Completed in 81 milliseconds