Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/res/
DTypedArray.java148 if (getValueAt(index, v)) { in getText()
180 if (getValueAt(index, v)) { in getString()
252 if (getValueAt(index, v)) { in getNonConfigurationString()
286 if (getValueAt(index, v)) { in getBoolean()
320 if (getValueAt(index, v)) { in getInt()
355 if (getValueAt(index, v)) { in getFloat()
394 if (getValueAt(index, value)) { in getColor()
423 if (getValueAt(index*AssetManager.STYLE_NUM_ENTRIES, value)) { in getColorStateList()
745 if (getValueAt(index*AssetManager.STYLE_NUM_ENTRIES, value)) { in getDrawable()
770 if (getValueAt(index*AssetManager.STYLE_NUM_ENTRIES, value)) { in getTextArray()
[all …]
/frameworks/base/packages/WallpaperCropper/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.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
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
DTypedArray_Delegate.java26 public static boolean getValueAt(TypedArray theTypedArray, int index, TypedValue outValue) { in getValueAt() method in TypedArray_Delegate
/frameworks/support/v4/java/android/support/v4/widget/
DAutoScrollHelper.java777 mStopValue = getValueAt(currentTime); in requestStop()
786 private float getValueAt(long currentTime) { in getValueAt() method in AutoScrollHelper.ClampedScroller
823 final float value = getValueAt(currentTime); in computeScrollDelta()
/frameworks/base/core/java/com/android/internal/widget/
DAutoScrollHelper.java776 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()
/frameworks/av/drm/libdrmframework/plugins/common/util/include/
DSessionMap.h88 TValue getValueAt(unsigned int index) { in getValueAt() function
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
DFwdLockEngine.cpp71 DecodeSession *session = (DecodeSession*) decodeSessionMap.getValueAt(i); in ~FwdLockEngine()
78 ConvertSession *convSession = (ConvertSession*) convertSessionMap.getValueAt(i); in ~FwdLockEngine()