Searched defs:TYPE_INT (Results 1 – 7 of 7) sorted by relevance
61 private static final int TYPE_INT = 0; field in MetadataReader72 TYPE_MAPPING.put(ExifInterface.TAG_BITS_PER_SAMPLE, TYPE_INT); in TYPE_MAPPING.put() argument73 TYPE_MAPPING.put(ExifInterface.TAG_COMPRESSION, TYPE_INT); in TYPE_MAPPING.put() argument77 TYPE_MAPPING.put(ExifInterface.TAG_IMAGE_LENGTH, TYPE_INT); in TYPE_MAPPING.put() argument78 TYPE_MAPPING.put(ExifInterface.TAG_IMAGE_WIDTH, TYPE_INT); in TYPE_MAPPING.put() argument79 TYPE_MAPPING.put(ExifInterface.TAG_JPEG_INTERCHANGE_FORMAT, TYPE_INT); in TYPE_MAPPING.put() argument80 TYPE_MAPPING.put(ExifInterface.TAG_JPEG_INTERCHANGE_FORMAT_LENGTH, TYPE_INT); in TYPE_MAPPING.put() argument83 TYPE_MAPPING.put(ExifInterface.TAG_ORIENTATION, TYPE_INT); in TYPE_MAPPING.put() argument84 TYPE_MAPPING.put(ExifInterface.TAG_PHOTOMETRIC_INTERPRETATION, TYPE_INT); in TYPE_MAPPING.put() argument85 TYPE_MAPPING.put(ExifInterface.TAG_PLANAR_CONFIGURATION, TYPE_INT); in TYPE_MAPPING.put() argument[all …]
45 public static final byte TYPE_INT = 2; field in RsBrickedBitMask
27 private const val TYPE_INT = "int" constant
96 static final int TYPE_INT = 'I' | 4 << 8; field in TypedProperties
377 static final int TYPE_INT = 0x1; field in BrightnessSynchronizer.BrightnessUpdate
86 static final int TYPE_INT = 6 << 4; field in BinaryXmlSerializer
856 private static final String TYPE_INT = "int"; field in PrintSpoolerService.PersistenceManager