/frameworks/base/core/java/android/content/res/ |
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() 520 if (getValueAt(index, value)) { in getColor() 528 getValueAt(index, value); in getColor() 562 if (getValueAt(index * STYLE_NUM_ENTRIES, value)) { in getComplexColor() 598 if (getValueAt(index * STYLE_NUM_ENTRIES, value)) { in getColorStateList() [all …]
|
/frameworks/base/packages/WallpaperCropper/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 | 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
|
/frameworks/layoutlib/bridge/src/android/content/res/ |
D | TypedArray_Delegate.java | 26 public static boolean getValueAt(TypedArray theTypedArray, int index, TypedValue outValue) { in getValueAt() method in TypedArray_Delegate
|
/frameworks/base/core/java/com/android/internal/widget/ |
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()
|
/frameworks/av/drm/libdrmframework/plugins/common/util/include/ |
D | SessionMap.h | 88 TValue getValueAt(unsigned int index) { in getValueAt() function
|
/frameworks/base/core/java/android/os/ |
D | BaseBundle.java | 275 return getValueAt(0, String.class); in getPairValue() 330 getValueAt(i, /* clazz */ null); in unparcel() 374 return (i >= 0) ? getValueAt(i, clazz, itemTypes) : null; in getValue() 390 final <T> T getValueAt(int i, @Nullable Class<T> clazz, @Nullable Class<?>... itemTypes) { in getValueAt() method in BaseBundle
|
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/ |
D | FwdLockEngine.cpp | 71 DecodeSession *session = (DecodeSession*) decodeSessionMap.getValueAt(i); in ~FwdLockEngine() 78 ConvertSession *convSession = (ConvertSession*) convertSessionMap.getValueAt(i); in ~FwdLockEngine()
|
/frameworks/base/config/ |
D | boot-profile.txt | 88 Landroid/content/res/TypedArray;->getValueAt(ILandroid/util/TypedValue;)Z
|
D | boot-image-profile.txt | 5243 HSPLandroid/content/res/TypedArray;->getValueAt(ILandroid/util/TypedValue;)Z 11632 HSPLandroid/os/BaseBundle;->getValueAt(ILjava/lang/Class;[Ljava/lang/Class;)Ljava/lang/Object;+]Lan…
|
/frameworks/base/boot/ |
D | boot-image-profile.txt | 5241 HSPLandroid/content/res/TypedArray;->getValueAt(ILandroid/util/TypedValue;)Z 11630 HSPLandroid/os/BaseBundle;->getValueAt(ILjava/lang/Class;[Ljava/lang/Class;)Ljava/lang/Object;+]Lan…
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 86263 Lcom/android/internal/widget/AutoScrollHelper$ClampedScroller;->getValueAt(J)F
|