Searched defs:getValue (Results 1 - 25 of 31) sorted by relevance

12

/frameworks/base/core/java/android/animation/
H A DFloatKeyframeSet.java29 * int, exists to speed up the getValue() method when there is no custom
44 public Object getValue(float fraction) { method in class:FloatKeyframeSet
130 return ((Number)mKeyframes.get(mNumKeyframes - 1).getValue()).floatValue();
H A DIntKeyframeSet.java29 * float, exists to speed up the getValue() method when there is no custom
44 public Object getValue(float fraction) { method in class:IntKeyframeSet
129 return ((Number)mKeyframes.get(mNumKeyframes - 1).getValue()).intValue();
H A DKeyframe.java173 public abstract Object getValue(); method in class:Keyframe
253 public Object getValue() { method in class:Keyframe.ObjectKeyframe
296 public Object getValue() { method in class:Keyframe.IntKeyframe
340 public Object getValue() { method in class:Keyframe.FloatKeyframe
H A DKeyframeSet.java163 public Object getValue(float fraction) { method in class:KeyframeSet
170 return mEvaluator.evaluate(fraction, mFirstKeyframe.getValue(),
171 mLastKeyframe.getValue());
182 return mEvaluator.evaluate(intervalFraction, mFirstKeyframe.getValue(),
183 nextKeyframe.getValue());
193 return mEvaluator.evaluate(intervalFraction, prevKeyframe.getValue(),
194 mLastKeyframe.getValue());
207 return mEvaluator.evaluate(intervalFraction, prevKeyframe.getValue(),
208 nextKeyframe.getValue());
213 return mLastKeyframe.getValue();
[all...]
/frameworks/base/core/java/android/text/
H A DAnnotation.java57 public String getValue() { method in class:Annotation
H A DPackedObjectVector.java44 getValue(int row, int column) method in class:PackedObjectVector
H A DPackedIntVector.java66 public int getValue(int row, int column) { method in class:PackedIntVector
/frameworks/base/drm/common/
H A DDrmConstraints.cpp44 if (NULL != getValue(&key)) {
45 return String8(getValue(&key));
50 const char* DrmConstraints::getValue(const String8* key) const { function in class:DrmConstraints
58 return getValue(key);
H A DDrmMetadata.cpp39 if (NULL != getValue(&key)) {
40 return String8(getValue(&key));
47 const char* DrmMetadata::getValue(const String8* key) const { function in class:DrmMetadata
61 return getValue(key);
/frameworks/base/drm/libdrmframework/plugins/common/util/include/
H A DSessionMap.h66 TValue getValue(int key) { function in class:android::SessionMap
/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientChip.java77 public CharSequence getValue() { method in class:RecipientChip
/frameworks/base/core/java/com/android/internal/preference/
H A DYesNoPreference.java75 public boolean getValue() { method in class:YesNoPreference
104 myState.wasPositiveResult = getValue();
/frameworks/base/tests/TileBenchmark/src/com/test/tilebenchmark/
H A DPlaybackGraphs.java50 public double getValue(TileData[] frame); method in interface:PlaybackGraphs.MetricGen
61 public double getValue(TileData[] frame) {
78 public double getValue(TileData[] frame) {
105 public double getValue(double sortedValues[]); method in interface:PlaybackGraphs.StatGen
124 public double getValue(double[] sortedValues) {
134 public double getValue(double[] sortedValues) {
144 public double getValue(double[] sortedValues) {
181 double absoluteValue = s.getValue(frame);
201 Stats[statIndex].getValue(metricValues);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DResourceHelper.java115 String value = resValue.getValue();
168 String stringValue = value.getValue();
342 public static TypedValue getValue(String attribute, String value, boolean requireUnit) { method in class:ResourceHelper
/frameworks/compile/linkloader/include/
H A DELFSymbol.h111 addr_t getValue() const { function in class:ELFSymbol_CRTP
/frameworks/base/core/java/android/content/res/
H A DTypedArray.java68 * {@link #getValue} and related APIs.
642 public boolean getValue(int index, TypedValue outValue) { method in class:TypedArray
/frameworks/base/core/java/android/preference/
H A DListPreference.java192 public String getValue() { method in class:ListPreference
290 myState.value = getValue();
/frameworks/base/libs/utils/
H A DBlobCache.cpp110 sp<Blob> oldValueBlob(mCacheEntries[index].getValue());
150 sp<Blob> valueBlob(mCacheEntries[index].getValue());
171 sp<Blob> valueBlob = e.getValue();
207 sp<Blob> valueBlob = e.getValue();
303 mTotalSize -= entry.getKey()->getSize() + entry.getValue()->getSize();
370 sp<BlobCache::Blob> BlobCache::CacheEntry::getValue() const { function in class:android::BlobCache::CacheEntry
/frameworks/base/test-runner/src/android/test/mock/
H A DMockResources.java172 public void getValue(int id, TypedValue outValue, boolean resolveRefs) method in class:MockResources
178 public void getValue(String name, TypedValue outValue, boolean resolveRefs) method in class:MockResources
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
H A DBridgeResources.java178 return ResourceHelper.getColor(value.getSecond().getValue());
221 String v = resValue.getValue();
251 File xml = new File(value.getValue());
264 "Failed to configure parser for " + value.getValue(), e, null /*data*/);
288 File xml = new File(value.getValue());
298 "Failed to configure parser for " + value.getValue(), e, null /*data*/);
333 String v = resValue.getValue();
367 String v = resValue.getValue();
395 String v = resValue.getValue();
423 String v = resValue.getValue();
515 public void getValue(int id, TypedValue outValue, boolean resolveRefs) method in class:BridgeResources
540 public void getValue(String name, TypedValue outValue, boolean resolveRefs) method in class:BridgeResources
[all...]
H A DBridgeTypedArray.java139 return mResourceData[index].getValue();
160 return mResourceData[index].getValue();
184 String s = mResourceData[index].getValue();
210 String s = mResourceData[index].getValue();
278 String s = mResourceData[index].getValue();
346 String value = resValue.getValue();
433 String s = mResourceData[index].getValue();
505 String s = mResourceData[index].getValue();
560 String s = mResourceData[index].getValue();
610 String value = mResourceData[index].getValue();
825 public boolean getValue(int index, TypedValue outValue) { method in class:BridgeTypedArray
[all...]
/frameworks/base/core/jni/android/graphics/
H A DTextLayoutCache.cpp108 sp<TextLayoutCacheValue> TextLayoutCache::getValue(SkPaint* paint, function in class:android::TextLayoutCache
/frameworks/opt/calendar/src/com/android/calendarcommon/
H A DICalendar.java271 public String getValue() { method in class:ICalendar.Property
/frameworks/base/core/java/android/net/
H A DUrlQuerySanitizer.java32 * String name = sanitizer.getValue("name"));
42 * String name = sanitizer.getValue("name"));
574 * String name = sanitizer.getValue("name");
672 public String getValue(String parameter) { method in class:UrlQuerySanitizer
/frameworks/base/core/java/android/view/
H A DViewPropertyAnimator.java660 float fromValue = getValue(constantName);
674 float fromValue = getValue(constantName);
766 private float getValue(int propertyConstant) { method in class:ViewPropertyAnimator

Completed in 9236 milliseconds

12