Searched defs:getValue (Results 1 - 25 of 41) sorted by path

12

/frameworks/av/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/av/drm/libdrmframework/plugins/common/util/include/
H A DSessionMap.h66 TValue getValue(int key) { function in class:android::SessionMap
/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
342 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/content/res/
H A DResources.java522 getValue(id, value, true);
554 getValue(id, value, true);
588 getValue(id, value, true);
619 getValue(id, value, true);
659 getValue(id, value, true);
744 getValue(id, value, true);
775 getValue(id, value, true);
796 getValue(id, value, true);
821 getValue(id, value, true);
939 getValue(i
1008 public void getValue(int id, TypedValue outValue, boolean resolveRefs) method in class:Resources
1060 public void getValue(String name, TypedValue outValue, boolean resolveRefs) method in class:Resources
[all...]
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/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/net/nsd/
H A DDnsSdTxtRecord.java113 byte[] val = this.getValue(key);
218 private byte[] getValue(int index) { method in class:DnsSdTxtRecord
242 byte[] value = this.getValue(index);
246 private byte[] getValue(String forKey) { method in class:DnsSdTxtRecord
252 return this.getValue(i);
/frameworks/base/core/java/android/preference/
H A DListPreference.java192 public String getValue() { method in class:ListPreference
290 myState.value = getValue();
H A DMultiCheckPreference.java146 public boolean getValue(int index) { method in class:MultiCheckPreference
/frameworks/base/core/java/android/text/
H A DAnnotation.java57 public String getValue() { method in class:Annotation
H A DPackedIntVector.java66 public int getValue(int row, int column) { method in class:PackedIntVector
H A DPackedObjectVector.java44 getValue(int row, int column) method in class:PackedObjectVector
/frameworks/base/core/java/android/view/
H A DViewPropertyAnimator.java779 float fromValue = getValue(constantName);
793 float fromValue = getValue(constantName);
896 private float getValue(int propertyConstant) { method in class:ViewPropertyAnimator
/frameworks/base/core/java/android/widget/
H A DGridLayout.java1099 Bounds boundsX = horizontalAxis.getGroupBounds().getValue(i);
1100 Bounds boundsY = verticalAxis.getGroupBounds().getValue(i);
1267 groupBounds.getValue(i).include(GridLayout.this, c, spec, this);
1303 MutableInt valueHolder = links.getValue(i);
2134 public V getValue(int i) { method in class:GridLayout.PackedMap
H A DNumberPicker.java1271 public int getValue() { method in class:NumberPicker
1524 int current = getValue();
2211 && (getWrapSelectorWheel() || getValue() < getMaxValue())) {
2218 && (getWrapSelectorWheel() || getValue() > getMinValue())) {
2500 if (getWrapSelectorWheel() || getValue() < getMaxValue()) {
2503 if (getWrapSelectorWheel() || getValue() > getMinValue()) {
2512 return getWrapSelectorWheel() || getValue() > getMinValue();
2516 return getWrapSelectorWheel() || getValue() < getMaxValue();
/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/core/java/com/google/android/util/
H A DAbstractMessageParser.java320 addToken(new Acronym(match.getText(), match.getValue()));
1164 public String getValue() { return value; } method in class:AbstractMessageParser.Acronym
1171 info.add(getValue());
1351 public final String getValue() { return value; } method in class:AbstractMessageParser.TrieNode
/frameworks/base/core/jni/android/graphics/
H A DTextLayoutCache.cpp90 sp<TextLayoutValue> TextLayoutCache::getValue(const SkPaint* paint, function in class:android::TextLayoutCache
940 sp<TextLayoutValue> TextLayoutEngine::getValue(const SkPaint* paint, const jchar* text, function in class:android::TextLayoutEngine
944 value = mTextLayoutCache->getValue(paint, text, start, count,
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DProgramVariable.java49 public Object getValue() { method in class:ProgramVariable
/frameworks/base/services/java/com/android/server/
H A DCertBlacklister.java72 public String getValue() { method in class:CertBlacklister.BlacklistObserver
80 String blacklist = getValue();
H A DWifiService.java1804 mNotificationEnabled = getValue();
1811 mNotificationEnabled = getValue();
1815 private boolean getValue() { method in class:WifiService.NotificationEnabledSettingObserver

Completed in 339 milliseconds

12