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

123456

/frameworks/base/core/java/android/animation/
H A DFloatKeyframeSet.java29 * int, exists to speed up the getValue() method when there is no custom
39 public Object getValue(float fraction) { method in class:FloatKeyframeSet
111 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
39 public Object getValue(float fraction) { method in class:IntKeyframeSet
110 return ((Number)mKeyframes.get(mNumKeyframes - 1).getValue()).intValue();
H A DKeyframes.java54 Object getValue(float fraction); method in interface:Keyframes
70 * Works like {@link #getValue(float)}, but returning a primitive.
83 * Works like {@link #getValue(float)}, but returning a primitive.
/frameworks/base/core/java/android/hardware/camera2/impl/
H A DGetCommand.java32 public <T> T getValue(CameraMetadataNative metadata, CameraMetadataNative.Key<T> key); method in interface:GetCommand
/frameworks/native/services/thermalservice/aidl/android/os/
H A DTemperature.h16 float getValue() const {return value_;}; function in class:android::os::Temperature
/frameworks/support/dynamic-animation/src/android/support/animation/
H A DFloatValueHolder.java21 * i.e. {@link #setValue(float)} and {@link #getValue()}) to access this float value. Animations can
24 * obtain the up-to-date animation value via {@link FloatValueHolder#getValue()}.
71 public float getValue() { method in class:FloatValueHolder
H A DFloatPropertyCompat.java25 * {@link #getValue(Object)} need to be implemented. Both the setter and the getter take the
59 public float getValue(T object) {
76 public abstract float getValue(T object); method in class:FloatPropertyCompat
/frameworks/base/core/java/android/os/
H A DTemperature.java46 public float getValue() { method in class:Temperature
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestApp/src/com/android/multidexlegacytestapp/
H A DMainActivity.java40 int value = getValue();
46 public int getValue() { method in class:MainActivity
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DProgramVariable.java49 public Object getValue() { method in class:ProgramVariable
/frameworks/base/packages/Osu/src/com/android/hotspot2/asn1/
H A DAsn1Boolean.java18 public boolean getValue() { method in class:Asn1Boolean
H A DAsn1Integer.java35 public long getValue() { method in class:Asn1Integer
/frameworks/base/packages/Osu/src/com/android/hotspot2/omadm/
H A DNodeAttribute.java18 public String getValue() { method in class:NodeAttribute
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DFrameValue.java23 public Object getValue() { method in class:FrameValue
H A DVariableSource.java36 public synchronized Object getValue() { method in class:VariableSource
/frameworks/compile/mclinker/include/mcld/Fragment/
H A DFillFragment.h27 int64_t getValue() const { return m_Value; } function in class:mcld::FillFragment
H A DAlignFragment.h28 int64_t getValue() const { return m_Value; } function in class:mcld::AlignFragment
/frameworks/rs/script_api/
H A DScanner.h67 std::string getValue() { return mValue; } function in class:Scanner
/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/base/core/java/android/text/
H A DAnnotation.java67 public String getValue() { method in class:Annotation
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestServices/src/com/android/framework/multidexlegacytestservices/
H A DAbstractService.java72 int value = getValue();
116 public int getValue() { method in class:AbstractService
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DGlobalSetting.java39 public int getValue() { method in class:GlobalSetting
59 handleValueChanged(getValue());
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/utils/leaks/
H A DFakeTunerService.java54 public String getValue(String setting) { method in class:FakeTunerService
59 public int getValue(String setting, int def) { method in class:FakeTunerService
64 public String getValue(String setting, String def) { method in class:FakeTunerService
/frameworks/compile/mclinker/unittests/
H A DGCFactoryListTraitsTest.h49 inline unsigned getValue() const { return m_Value; } function in class:mcldtest::GCFactoryListTraitsTest::Node

Completed in 1157 milliseconds

123456