/frameworks/base/core/java/android/provider/ |
D | MetadataReader.java | 61 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/core/java/com/android/internal/display/ |
D | BrightnessSynchronizer.java | 120 mPendingUpdate = new BrightnessUpdate(BrightnessUpdate.TYPE_INT, in startSynchronizing() 206 handleBrightnessChange(BrightnessUpdate.TYPE_INT, brightness); in handleBrightnessChangeInt() 377 static final int TYPE_INT = 0x1; field in BrightnessSynchronizer.BrightnessUpdate 424 mUpdatedTypes |= TYPE_INT; in update() 447 + toStringLabel(mUpdatedTypes & TYPE_INT, brightnessInt)); in update() 482 type == TYPE_INT && getBrightnessAsInt() == (int) brightness; in swallowUpdate() 507 if (mSourceType == TYPE_INT) { in getBrightnessAsInt() 530 return (type == TYPE_INT) ? ((int) brightness) + "(i)" in toStringLabel()
|
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/flags/ |
D | FlagSerializer.kt | 27 private const val TYPE_INT = "int" constant 82 TYPE_INT,
|
/frameworks/libs/modules-utils/java/com/android/modules/utils/ |
D | BinaryXmlPullParser.java | 27 import static com.android.modules.utils.BinaryXmlSerializer.TYPE_INT; 247 case TYPE_INT: in consumeToken() 724 case TYPE_INT: in getValueString() 786 case TYPE_INT: in getValueInt() 803 case TYPE_INT: in getValueIntHex()
|
D | BinaryXmlSerializer.java | 86 static final int TYPE_INT = 6 << 4; field in BinaryXmlSerializer 257 mOut.writeByte(ATTRIBUTE | TYPE_INT); in attributeInt()
|
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/ |
D | RsBrickedBitMask.java | 45 public static final byte TYPE_INT = 2; field in RsBrickedBitMask
|
/frameworks/base/core/java/com/android/internal/util/ |
D | TypedProperties.java | 96 static final int TYPE_INT = 'I' | 4 << 8; field in TypedProperties 120 return TYPE_INT; in interpretType()
|
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/ |
D | PrintSpoolerService.java | 856 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()
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 41399 Landroid/provider/MetadataReader;->TYPE_INT:I 84738 Lcom/android/internal/util/TypedProperties;->TYPE_INT:I
|