Home
last modified time | relevance | path

Searched refs:TYPE_INT (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/java/android/provider/
DMetadataReader.java61 private static final int TYPE_INT = 0; field in MetadataReader
72 TYPE_MAPPING.put(ExifInterface.TAG_BITS_PER_SAMPLE, TYPE_INT); in TYPE_MAPPING.put() argument
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
79 TYPE_MAPPING.put(ExifInterface.TAG_JPEG_INTERCHANGE_FORMAT, TYPE_INT); in TYPE_MAPPING.put() argument
80 TYPE_MAPPING.put(ExifInterface.TAG_JPEG_INTERCHANGE_FORMAT_LENGTH, TYPE_INT); in TYPE_MAPPING.put() argument
83 TYPE_MAPPING.put(ExifInterface.TAG_ORIENTATION, TYPE_INT); in TYPE_MAPPING.put() argument
84 TYPE_MAPPING.put(ExifInterface.TAG_PHOTOMETRIC_INTERPRETATION, TYPE_INT); in TYPE_MAPPING.put() argument
85 TYPE_MAPPING.put(ExifInterface.TAG_PLANAR_CONFIGURATION, TYPE_INT); in TYPE_MAPPING.put() argument
[all …]
/frameworks/base/apex/statsd/framework/test/src/android/util/
DStatsEventTest.java70 .that(buffer.get()).isEqualTo(StatsEvent.TYPE_INT); in testNoFields()
117 .that(buffer.get()).isEqualTo(StatsEvent.TYPE_INT); in testOnlyAtomId()
164 .that(buffer.get()).isEqualTo(StatsEvent.TYPE_INT); in testIntBooleanIntInt()
170 .that(buffer.get()).isEqualTo(StatsEvent.TYPE_INT); in testIntBooleanIntInt()
182 .that(buffer.get()).isEqualTo(StatsEvent.TYPE_INT); in testIntBooleanIntInt()
188 .that(buffer.get()).isEqualTo(StatsEvent.TYPE_INT); in testIntBooleanIntInt()
233 .that(buffer.get()).isEqualTo(StatsEvent.TYPE_INT); in testStringFloatByteArray()
297 .that(buffer.get()).isEqualTo(StatsEvent.TYPE_INT); in testAttributionChainLong()
367 .that(buffer.get()).isEqualTo(StatsEvent.TYPE_INT); in testKeyValuePairs()
384 .that(buffer.get()).isEqualTo(StatsEvent.TYPE_INT); in testKeyValuePairs()
[all …]
/frameworks/base/apex/statsd/framework/java/android/util/
DStatsEvent.java64 public static final byte TYPE_INT = 0x00; field in StatsEvent
410 writeTypeId(TYPE_INT); in writeInt()
540 writeTypeId(TYPE_INT); in writeKeyValuePairs()
609 mPos += mBuffer.putByte(mPos, TYPE_INT); in addIntAnnotation()
653 mPos += mBuffer.putByte(mPos, TYPE_INT); in build()
/frameworks/layoutlib/bridge/src/android/graphics/
DBlendComposite.java134 if (src.getSampleModel().getDataType() != DataBuffer.TYPE_INT || in compose()
135 dstIn.getSampleModel().getDataType() != DataBuffer.TYPE_INT || in compose()
136 dstOut.getSampleModel().getDataType() != DataBuffer.TYPE_INT) { in compose()
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
DRsBrickedBitMask.java45 public static final byte TYPE_INT = 2; field in RsBrickedBitMask
/frameworks/base/core/java/com/android/internal/util/
DTypedProperties.java96 static final int TYPE_INT = 'I' | 4 << 8; field in TypedProperties
120 return TYPE_INT; in interpretType()
/frameworks/layoutlib/bridge/src/android/util/imagepool/
DImagePoolImpl.java76 … if (img.getRaster().getDataBuffer().getDataType() == java.awt.image.DataBuffer.TYPE_INT) { in acquire()
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
DPrintSpoolerService.java856 private static final String TYPE_INT = "int"; field in PrintSpoolerService.PersistenceManager
1084 serializer.attribute(null, ATTR_TYPE, TYPE_INT); in doWriteStateLocked()
1357 } else if (TYPE_INT.equals(type)) { in parsePrintJobLocked()