Home
last modified time | relevance | path

Searched defs:TYPE_INT (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/base/core/java/android/provider/
H A DMetadataReader.java61 private static final int TYPE_INT = 0; field in MetadataReader
73 TYPE_MAPPING.put(ExifInterface.TAG_COMPRESSION, TYPE_INT); in TYPE_MAPPING.put() argument
77 TYPE_MAPPING.put(ExifInterface.TAG_IMAGE_LENGTH, TYPE_INT); in TYPE_MAPPING.put() argument
78 TYPE_MAPPING.put(ExifInterface.TAG_IMAGE_WIDTH, TYPE_INT); in TYPE_MAPPING.put() argument
83 TYPE_MAPPING.put(ExifInterface.TAG_ORIENTATION, TYPE_INT); in TYPE_MAPPING.put() argument
104 TYPE_MAPPING.put(ExifInterface.TAG_COLOR_SPACE, TYPE_INT); in TYPE_MAPPING.put() argument
107 TYPE_MAPPING.put(ExifInterface.TAG_CONTRAST, TYPE_INT); in TYPE_MAPPING.put() argument
121 TYPE_MAPPING.put(ExifInterface.TAG_FLASH, TYPE_INT); in TYPE_MAPPING.put() argument
141 TYPE_MAPPING.put(ExifInterface.TAG_SATURATION, TYPE_INT); in TYPE_MAPPING.put() argument
145 TYPE_MAPPING.put(ExifInterface.TAG_SHARPNESS, TYPE_INT); in TYPE_MAPPING.put() argument
[all …]
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/archives/
H A DMetadataReader.java63 private static final int TYPE_INT = 0; field in MetadataReader
75 TYPE_MAPPING.put(ExifInterface.TAG_COMPRESSION, TYPE_INT); in TYPE_MAPPING.put() argument
79 TYPE_MAPPING.put(ExifInterface.TAG_IMAGE_LENGTH, TYPE_INT); in TYPE_MAPPING.put() argument
80 TYPE_MAPPING.put(ExifInterface.TAG_IMAGE_WIDTH, TYPE_INT); in TYPE_MAPPING.put() argument
85 TYPE_MAPPING.put(ExifInterface.TAG_ORIENTATION, TYPE_INT); in TYPE_MAPPING.put() argument
106 TYPE_MAPPING.put(ExifInterface.TAG_COLOR_SPACE, TYPE_INT); in TYPE_MAPPING.put() argument
109 TYPE_MAPPING.put(ExifInterface.TAG_CONTRAST, TYPE_INT); in TYPE_MAPPING.put() argument
123 TYPE_MAPPING.put(ExifInterface.TAG_FLASH, TYPE_INT); in TYPE_MAPPING.put() argument
143 TYPE_MAPPING.put(ExifInterface.TAG_SATURATION, TYPE_INT); in TYPE_MAPPING.put() argument
147 TYPE_MAPPING.put(ExifInterface.TAG_SHARPNESS, TYPE_INT); in TYPE_MAPPING.put() argument
[all …]
/aosp12/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
H A DRsBrickedBitMask.java45 public static final byte TYPE_INT = 2; field in RsBrickedBitMask
/aosp12/frameworks/base/core/java/com/android/internal/util/
H A DTypedProperties.java96 static final int TYPE_INT = 'I' | 4 << 8; field in TypedProperties
H A DBinaryXmlSerializer.java85 static final int TYPE_INT = 6 << 4; field in BinaryXmlSerializer
/aosp12/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
H A DEntrySchema.java35 public static final int TYPE_INT = 3; field in EntrySchema
/aosp12/packages/modules/StatsD/framework/java/android/util/
H A DStatsEvent.java64 public static final byte TYPE_INT = 0x00; field in StatsEvent
/aosp12/hardware/qcom/audio/legacy/libalsa-intf/
H A Dmsm8960_use_cases.h83 #define TYPE_INT 0 macro
/aosp12/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DPrintSpoolerService.java856 private static final String TYPE_INT = "int"; field in PrintSpoolerService.PersistenceManager