Searched refs:TYPE_INT (Results 1 – 6 of 6) sorted by relevance
/aosp14/frameworks/base/core/java/android/provider/ |
H A D | MetadataReader.java | 61 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 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 204 TYPE_MAPPING.put(ExifInterface.TAG_RW2_ISO, TYPE_INT); in TYPE_MAPPING.put() argument [all …]
|
/aosp14/frameworks/base/core/java/com/android/internal/display/ |
H A D | BrightnessSynchronizer.java | 109 mPendingUpdate = new BrightnessUpdate(BrightnessUpdate.TYPE_INT, in startSynchronizing() 194 handleBrightnessChange(BrightnessUpdate.TYPE_INT, brightness); in handleBrightnessChangeInt() 292 static final int TYPE_INT = 0x1; field in BrightnessSynchronizer.BrightnessUpdate 339 mUpdatedTypes |= TYPE_INT; in update() 362 + toStringLabel(mUpdatedTypes & TYPE_INT, brightnessInt)); in update() 397 type == TYPE_INT && getBrightnessAsInt() == (int) brightness; in swallowUpdate() 421 if (mSourceType == TYPE_INT) { in getBrightnessAsInt() 435 return (type == TYPE_INT) ? ((int) brightness) + "(i)" in toStringLabel()
|
/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/flags/ |
H A D | FlagSerializer.kt | 27 private const val TYPE_INT = "int" 82 TYPE_INT,
|
/aosp14/frameworks/base/core/java/com/android/internal/util/ |
H A D | TypedProperties.java | 96 static final int TYPE_INT = 'I' | 4 << 8; field in TypedProperties 120 return TYPE_INT; in interpretType()
|
/aosp14/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/ |
H A 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()
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 42042 Landroid/provider/MetadataReader;->TYPE_INT:I 85381 Lcom/android/internal/util/TypedProperties;->TYPE_INT:I
|