/packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/exif/ |
D | ExifParser.java | 440 return (int) mStripSizeTag.getValueAt(0); in getStripSize() 450 return (int) mJpegSizeTag.getValueAt(0); in getCompressedImageSize() 553 registerIfd(IfdId.TYPE_IFD_EXIF, tag.getValueAt(0)); in checkOffsetOrImageTag() 557 registerIfd(IfdId.TYPE_IFD_GPS, tag.getValueAt(0)); in checkOffsetOrImageTag() 562 registerIfd(IfdId.TYPE_IFD_INTEROPERABILITY, tag.getValueAt(0)); in checkOffsetOrImageTag() 567 registerCompressedImage(tag.getValueAt(0)); in checkOffsetOrImageTag() 579 registerUncompressedStrip(i, tag.getValueAt(i)); in checkOffsetOrImageTag() 581 registerUncompressedStrip(i, tag.getValueAt(i)); in checkOffsetOrImageTag()
|
D | ExifTag.java | 430 long getValueAt(int index) { in getValueAt() method in ExifTag
|
/packages/apps/Camera2/src/com/android/camera/exif/ |
D | ExifParser.java | 482 return (int) mStripSizeTag.getValueAt(0); in getStripSize() 493 return (int) mJpegSizeTag.getValueAt(0); in getCompressedImageSize() 595 registerIfd(IfdId.TYPE_IFD_EXIF, tag.getValueAt(0)); in checkOffsetOrImageTag() 599 registerIfd(IfdId.TYPE_IFD_GPS, tag.getValueAt(0)); in checkOffsetOrImageTag() 604 registerIfd(IfdId.TYPE_IFD_INTEROPERABILITY, tag.getValueAt(0)); in checkOffsetOrImageTag() 609 registerCompressedImage(tag.getValueAt(0)); in checkOffsetOrImageTag() 621 registerUncompressedStrip(i, tag.getValueAt(i)); in checkOffsetOrImageTag() 623 registerUncompressedStrip(i, tag.getValueAt(i)); in checkOffsetOrImageTag()
|
D | ExifModifier.java | 167 mByteBuffer.putInt((int) tag.getValueAt(i)); in writeTagValue() 186 mByteBuffer.putShort((short) tag.getValueAt(i)); in writeTagValue()
|
D | ExifOutputStream.java | 496 dataOutputStream.writeInt((int) tag.getValueAt(i)); in writeTagValue() 513 dataOutputStream.writeShort((short) tag.getValueAt(i)); in writeTagValue()
|
D | ExifTag.java | 788 protected long getValueAt(int index) { in getValueAt() method in ExifTag
|
/packages/apps/Messaging/src/com/android/messaging/util/exif/ |
D | ExifParser.java | 484 return (int) mStripSizeTag.getValueAt(0); in getStripSize() 495 return (int) mJpegSizeTag.getValueAt(0); in getCompressedImageSize() 597 registerIfd(IfdId.TYPE_IFD_EXIF, tag.getValueAt(0)); in checkOffsetOrImageTag() 601 registerIfd(IfdId.TYPE_IFD_GPS, tag.getValueAt(0)); in checkOffsetOrImageTag() 606 registerIfd(IfdId.TYPE_IFD_INTEROPERABILITY, tag.getValueAt(0)); in checkOffsetOrImageTag() 611 registerCompressedImage(tag.getValueAt(0)); in checkOffsetOrImageTag() 623 registerUncompressedStrip(i, tag.getValueAt(i)); in checkOffsetOrImageTag() 625 registerUncompressedStrip(i, tag.getValueAt(i)); in checkOffsetOrImageTag()
|
D | ExifModifier.java | 168 mByteBuffer.putInt((int) tag.getValueAt(i)); in writeTagValue() 187 mByteBuffer.putShort((short) tag.getValueAt(i)); in writeTagValue()
|
D | ExifOutputStream.java | 500 dataOutputStream.writeInt((int) tag.getValueAt(i)); in writeTagValue() 517 dataOutputStream.writeShort((short) tag.getValueAt(i)); in writeTagValue()
|
D | ExifTag.java | 788 protected long getValueAt(int index) { in getValueAt() method in ExifTag
|
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/ |
D | ExifParser.java | 482 return (int) mStripSizeTag.getValueAt(0); in getStripSize() 493 return (int) mJpegSizeTag.getValueAt(0); in getCompressedImageSize() 595 registerIfd(IfdId.TYPE_IFD_EXIF, tag.getValueAt(0)); in checkOffsetOrImageTag() 599 registerIfd(IfdId.TYPE_IFD_GPS, tag.getValueAt(0)); in checkOffsetOrImageTag() 604 registerIfd(IfdId.TYPE_IFD_INTEROPERABILITY, tag.getValueAt(0)); in checkOffsetOrImageTag() 609 registerCompressedImage(tag.getValueAt(0)); in checkOffsetOrImageTag() 621 registerUncompressedStrip(i, tag.getValueAt(i)); in checkOffsetOrImageTag() 623 registerUncompressedStrip(i, tag.getValueAt(i)); in checkOffsetOrImageTag()
|
D | ExifModifier.java | 168 mByteBuffer.putInt((int) tag.getValueAt(i)); in writeTagValue() 187 mByteBuffer.putShort((short) tag.getValueAt(i)); in writeTagValue()
|
D | ExifOutputStream.java | 496 dataOutputStream.writeInt((int) tag.getValueAt(i)); in writeTagValue() 513 dataOutputStream.writeShort((short) tag.getValueAt(i)); in writeTagValue()
|
D | ExifTag.java | 788 protected long getValueAt(int index) { in getValueAt() method in ExifTag
|
/packages/apps/Settings/src/com/android/settings/accessibility/ |
D | ColorPreference.java | 75 final int value = getValueAt(index); in getTitleAt() 115 final int argb = getValueAt(index); in onBindListItem()
|
D | PresetPreference.java | 54 final int value = getValueAt(index); in onBindListItem()
|
D | EdgeTypePreference.java | 64 final int value = getValueAt(index); in onBindListItem()
|
D | ListDialogPreference.java | 127 protected int getValueAt(int index) { in getValueAt() method in ListDialogPreference
|