Searched defs:TYPE_DOUBLE (Results 1 – 6 of 6) sorted by relevance
62 private static final int TYPE_DOUBLE = 1; field in MetadataReader95 TYPE_MAPPING.put(ExifInterface.TAG_WHITE_POINT, TYPE_DOUBLE); in TYPE_MAPPING.put() argument96 TYPE_MAPPING.put(ExifInterface.TAG_X_RESOLUTION, TYPE_DOUBLE); in TYPE_MAPPING.put() argument100 TYPE_MAPPING.put(ExifInterface.TAG_Y_RESOLUTION, TYPE_DOUBLE); in TYPE_MAPPING.put() argument119 TYPE_MAPPING.put(ExifInterface.TAG_F_NUMBER, TYPE_DOUBLE); in TYPE_MAPPING.put() argument122 TYPE_MAPPING.put(ExifInterface.TAG_FLASH_ENERGY, TYPE_DOUBLE); in TYPE_MAPPING.put() argument124 TYPE_MAPPING.put(ExifInterface.TAG_FOCAL_LENGTH, TYPE_DOUBLE); in TYPE_MAPPING.put() argument159 TYPE_MAPPING.put(ExifInterface.TAG_GPS_ALTITUDE, TYPE_DOUBLE); in TYPE_MAPPING.put() argument162 TYPE_MAPPING.put(ExifInterface.TAG_GPS_DOP, TYPE_DOUBLE); in TYPE_MAPPING.put() argument183 TYPE_MAPPING.put(ExifInterface.TAG_GPS_SPEED, TYPE_DOUBLE); in TYPE_MAPPING.put() argument[all …]
36 public static final int TYPE_DOUBLE = 6; field in FrameFormat
99 static final int TYPE_DOUBLE = 'F' | 8 << 8; field in TypedProperties
210 private static final int TYPE_DOUBLE = 3; // Java double field in MediaMetrics
161 private static final String TYPE_DOUBLE = "d"; field in Content.Parser
558 public static final int TYPE_DOUBLE = 4; field in CameraMetadataNative