/aosp12/frameworks/base/core/java/android/content/res/ |
H A D | TypedArray.java | 238 if (getValueAt(index, v)) { in getText() 275 if (getValueAt(index, v)) { in getString() 351 if (getValueAt(index, v)) { in getNonConfigurationString() 394 if (getValueAt(index, v)) { in getBoolean() 433 if (getValueAt(index, v)) { in getInt() 472 if (getValueAt(index, v)) { in getFloat() 528 getValueAt(index, value); in getColor() 638 getValueAt(index, value); in getInteger() 685 getValueAt(index, value); in getDimension() 733 getValueAt(index, value); in getDimensionPixelOffset() [all …]
|
/aosp12/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/ |
H A 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()
|
H A D | ExifModifier.java | 167 mByteBuffer.putInt((int) tag.getValueAt(i)); in writeTagValue() 186 mByteBuffer.putShort((short) tag.getValueAt(i)); in writeTagValue()
|
H A D | ExifOutputStream.java | 496 dataOutputStream.writeInt((int) tag.getValueAt(i)); in writeTagValue() 513 dataOutputStream.writeShort((short) tag.getValueAt(i)); in writeTagValue()
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/util/exif/ |
H A D | ExifParser.java | 484 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()
|
H A D | ExifModifier.java | 168 mByteBuffer.putInt((int) tag.getValueAt(i)); in writeTagValue() 187 mByteBuffer.putShort((short) tag.getValueAt(i)); in writeTagValue()
|
H A D | ExifOutputStream.java | 500 dataOutputStream.writeInt((int) tag.getValueAt(i)); in writeTagValue() 517 dataOutputStream.writeShort((short) tag.getValueAt(i)); in writeTagValue()
|
/aosp12/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/ |
H A 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()
|
H A D | ExifModifier.java | 168 mByteBuffer.putInt((int) tag.getValueAt(i)); in writeTagValue() 187 mByteBuffer.putShort((short) tag.getValueAt(i)); in writeTagValue()
|
H A D | ExifOutputStream.java | 496 dataOutputStream.writeInt((int) tag.getValueAt(i)); in writeTagValue() 513 dataOutputStream.writeShort((short) tag.getValueAt(i)); in writeTagValue()
|
/aosp12/packages/apps/Camera2/src/com/android/camera/exif/ |
H A 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()
|
H A D | ExifModifier.java | 167 mByteBuffer.putInt((int) tag.getValueAt(i)); in writeTagValue() 186 mByteBuffer.putShort((short) tag.getValueAt(i)); in writeTagValue()
|
H A D | ExifOutputStream.java | 496 dataOutputStream.writeInt((int) tag.getValueAt(i)); in writeTagValue() 513 dataOutputStream.writeShort((short) tag.getValueAt(i)); in writeTagValue()
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/exif/ |
H A D | ExifParser.java | 440 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()
|
H A D | ExifTag.java | 430 long getValueAt(int index) { in getValueAt() method in ExifTag
|
/aosp12/packages/apps/Settings/src/com/android/settings/accessibility/ |
H A D | ColorPreference.java | 76 final int value = getValueAt(index); in getTitleAt() 116 final int argb = getValueAt(index); in onBindListItem()
|
H A D | PresetPreference.java | 54 final int value = getValueAt(index); in onBindListItem()
|
H A D | EdgeTypePreference.java | 64 final int value = getValueAt(index); in onBindListItem()
|
H A D | ListDialogPreference.java | 128 protected int getValueAt(int index) { in getValueAt() method in ListDialogPreference
|
/aosp12/frameworks/layoutlib/bridge/src/android/content/res/ |
H A D | TypedArray_Delegate.java | 26 public static boolean getValueAt(TypedArray theTypedArray, int index, TypedValue outValue) { in getValueAt() method in TypedArray_Delegate
|
/aosp12/frameworks/base/core/java/com/android/internal/widget/ |
H A D | AutoScrollHelper.java | 776 mStopValue = getValueAt(currentTime); in requestStop() 785 private float getValueAt(long currentTime) { in getValueAt() method in AutoScrollHelper.ClampedScroller 822 final float value = getValueAt(currentTime); in computeScrollDelta()
|
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/ |
H A D | ColorPreferenceTest.java | 104 final int value = listDialogPreference.getValueAt(testIndex); in setTitles_noTitle_returnRGBText() 181 final int argb = mColorPreference.getValueAt(testIndex); in onBindListItem_colorDrawable_matchColor()
|
H A D | EdgeTypePreferenceTest.java | 80 final int value = mEdgeTypePreference.getValueAt(testIndex); in onBindListItem_initSubtitleView()
|
/aosp12/frameworks/av/drm/libdrmframework/plugins/common/util/include/ |
H A D | SessionMap.h | 88 TValue getValueAt(unsigned int index) { in getValueAt() function
|
/aosp12/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/ |
H A D | FwdLockEngine.cpp | 71 DecodeSession *session = (DecodeSession*) decodeSessionMap.getValueAt(i); in ~FwdLockEngine() 78 ConvertSession *convSession = (ConvertSession*) convertSessionMap.getValueAt(i); in ~FwdLockEngine()
|