D | ResTable_config.java | 129 int touchscreen = UnsignedBytes.toInt(buffer.get()); in createConfig() local 181 touchscreen, density, keyboard, navigation, inputFlags, screenWidth, screenHeight, in createConfig() 598 public int touchscreen; field in ResTable_config 636 orientation, touchscreen, density, keyboard, navigation, inputFlags, in withSdkVersion() 643 int orientation, int touchscreen, int density, int keyboard, int navigation, int inputFlags, in ResTable_config() argument 654 this.touchscreen = touchscreen; in ResTable_config() 874 o.touchscreen, in fromDtoH() 981 if (touchscreen != o.touchscreen) diffs |= CONFIG_TOUCHSCREEN; in diff() 1073 && touchscreen == 0 in isDefault() 1147 result.put(Type.TOUCHSCREEN, getOrDefault(TOUCHSCREEN_VALUES, touchscreen, "")); in toStringParts() [all …]
|