Searched defs:TYPE_INT (Results 1 – 4 of 4) sorted by relevance
61 private static final int TYPE_INT = 0; field in MetadataReader73 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() argument83 TYPE_MAPPING.put(ExifInterface.TAG_ORIENTATION, TYPE_INT); in TYPE_MAPPING.put() argument104 TYPE_MAPPING.put(ExifInterface.TAG_COLOR_SPACE, TYPE_INT); in TYPE_MAPPING.put() argument107 TYPE_MAPPING.put(ExifInterface.TAG_CONTRAST, TYPE_INT); in TYPE_MAPPING.put() argument121 TYPE_MAPPING.put(ExifInterface.TAG_FLASH, TYPE_INT); in TYPE_MAPPING.put() argument141 TYPE_MAPPING.put(ExifInterface.TAG_SATURATION, TYPE_INT); in TYPE_MAPPING.put() argument145 TYPE_MAPPING.put(ExifInterface.TAG_SHARPNESS, TYPE_INT); in TYPE_MAPPING.put() argument[all …]
292 static final int TYPE_INT = 0x1; field in BrightnessSynchronizer.BrightnessUpdate
96 static final int TYPE_INT = 'I' | 4 << 8; field in TypedProperties
856 private static final String TYPE_INT = "int"; field in PrintSpoolerService.PersistenceManager