Home
last modified time | relevance | path

Searched refs:getValueAt (Results 1 – 20 of 20) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/exif/
DExifParser.java440 return (int) stripSizeTag.getValueAt(0); in getStripSize()
450 return (int) jpegSizeTag.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()
DExifTag.java430 long getValueAt(int index) { in getValueAt() method in ExifTag
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
DExifParser.java482 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()
DExifModifier.java168 mByteBuffer.putInt((int) tag.getValueAt(i)); in writeTagValue()
187 mByteBuffer.putShort((short) tag.getValueAt(i)); in writeTagValue()
DExifOutputStream.java496 dataOutputStream.writeInt((int) tag.getValueAt(i)); in writeTagValue()
513 dataOutputStream.writeShort((short) tag.getValueAt(i)); in writeTagValue()
DExifTag.java788 protected long getValueAt(int index) { in getValueAt() method in ExifTag
/packages/apps/Messaging/src/com/android/messaging/util/exif/
DExifParser.java484 return (int) mStripSizeTag.getValueAt(0); in getStripSize()
495 return (int) mJpegSizeTag.getValueAt(0); in getCompressedImageSize()
599 registerIfd(IfdId.TYPE_IFD_EXIF, tag.getValueAt(0)); in checkOffsetOrImageTag()
603 registerIfd(IfdId.TYPE_IFD_GPS, tag.getValueAt(0)); in checkOffsetOrImageTag()
608 registerIfd(IfdId.TYPE_IFD_INTEROPERABILITY, tag.getValueAt(0)); in checkOffsetOrImageTag()
613 registerCompressedImage(tag.getValueAt(0)); in checkOffsetOrImageTag()
625 registerUncompressedStrip(i, tag.getValueAt(i)); in checkOffsetOrImageTag()
627 registerUncompressedStrip(i, tag.getValueAt(i)); in checkOffsetOrImageTag()
DExifModifier.java168 mByteBuffer.putInt((int) tag.getValueAt(i)); in writeTagValue()
187 mByteBuffer.putShort((short) tag.getValueAt(i)); in writeTagValue()
DExifOutputStream.java500 dataOutputStream.writeInt((int) tag.getValueAt(i)); in writeTagValue()
517 dataOutputStream.writeShort((short) tag.getValueAt(i)); in writeTagValue()
DExifTag.java788 protected long getValueAt(int index) { in getValueAt() method in ExifTag
/packages/apps/Camera2/src/com/android/camera/exif/
DExifParser.java482 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()
DExifModifier.java167 mByteBuffer.putInt((int) tag.getValueAt(i)); in writeTagValue()
186 mByteBuffer.putShort((short) tag.getValueAt(i)); in writeTagValue()
DExifOutputStream.java496 dataOutputStream.writeInt((int) tag.getValueAt(i)); in writeTagValue()
513 dataOutputStream.writeShort((short) tag.getValueAt(i)); in writeTagValue()
DExifTag.java788 protected long getValueAt(int index) { in getValueAt() method in ExifTag
/packages/apps/Settings/src/com/android/settings/accessibility/
DColorPreference.java76 final int value = getValueAt(index); in getTitleAt()
116 final int argb = getValueAt(index); in onBindListItem()
DPresetPreference.java54 final int value = getValueAt(index); in onBindListItem()
DEdgeTypePreference.java64 final int value = getValueAt(index); in onBindListItem()
DListDialogPreference.java128 protected int getValueAt(int index) { in getValueAt() method in ListDialogPreference
/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/
DColorPreferenceTest.java104 final int value = listDialogPreference.getValueAt(testIndex); in setTitles_noTitle_returnRGBText()
181 final int argb = mColorPreference.getValueAt(testIndex); in onBindListItem_colorDrawable_matchColor()
DEdgeTypePreferenceTest.java80 final int value = mEdgeTypePreference.getValueAt(testIndex); in onBindListItem_initSubtitleView()