Home
last modified time | relevance | path

Searched defs:TYPE_DOUBLE (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/core/java/android/provider/
H A DMetadataReader.java62 private static final int TYPE_DOUBLE = 1; field in MetadataReader
95 TYPE_MAPPING.put(ExifInterface.TAG_WHITE_POINT, TYPE_DOUBLE); in TYPE_MAPPING.put() argument
96 TYPE_MAPPING.put(ExifInterface.TAG_X_RESOLUTION, TYPE_DOUBLE); in TYPE_MAPPING.put() argument
100 TYPE_MAPPING.put(ExifInterface.TAG_Y_RESOLUTION, TYPE_DOUBLE); in TYPE_MAPPING.put() argument
119 TYPE_MAPPING.put(ExifInterface.TAG_F_NUMBER, TYPE_DOUBLE); in TYPE_MAPPING.put() argument
122 TYPE_MAPPING.put(ExifInterface.TAG_FLASH_ENERGY, TYPE_DOUBLE); in TYPE_MAPPING.put() argument
124 TYPE_MAPPING.put(ExifInterface.TAG_FOCAL_LENGTH, TYPE_DOUBLE); in TYPE_MAPPING.put() argument
159 TYPE_MAPPING.put(ExifInterface.TAG_GPS_ALTITUDE, TYPE_DOUBLE); in TYPE_MAPPING.put() argument
162 TYPE_MAPPING.put(ExifInterface.TAG_GPS_DOP, TYPE_DOUBLE); in TYPE_MAPPING.put() argument
183 TYPE_MAPPING.put(ExifInterface.TAG_GPS_SPEED, TYPE_DOUBLE); in TYPE_MAPPING.put() argument
[all …]
/aosp14/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DFrameFormat.java36 public static final int TYPE_DOUBLE = 6; field in FrameFormat
/aosp14/frameworks/base/core/java/com/android/internal/util/
H A DTypedProperties.java99 static final int TYPE_DOUBLE = 'F' | 8 << 8; field in TypedProperties
/aosp14/frameworks/base/media/java/android/media/
H A DMediaMetrics.java210 private static final int TYPE_DOUBLE = 3; // Java double field in MediaMetrics
/aosp14/frameworks/base/cmds/content/src/com/android/commands/content/
H A DContent.java161 private static final String TYPE_DOUBLE = "d"; field in Content.Parser
/aosp14/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraMetadataNative.java558 public static final int TYPE_DOUBLE = 4; field in CameraMetadataNative