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

12345

/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/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
137 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
136 return ((Number)mKeyframes.get(mNumKeyframes - 1).getValue()).intValue();
H A DKeyframes.java54 Object getValue(float fraction); method in interface:Keyframes
76 * Works like {@link #getValue(float)}, but returning a primitive.
89 * Works like {@link #getValue(float)}, but returning a primitive.
/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/api/
H A DScanner.h67 std::string getValue() { return mValue; } function in class:Scanner
/frameworks/support/buildSrc/src/main/groovy/android/support/doclava/
H A DDoclavaJavadocOptionFileOption.java36 public Iterable<String> getValue() { method in class:DoclavaJavadocOptionFileOption
H A DDoclavaMultilineJavadocOptionFileOption.java38 public List<List<String>> getValue() { method in class:DoclavaMultilineJavadocOptionFileOption
/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/src/com/android/systemui/statusbar/stack/
H A DPiecewiseLinearIndentationFunctor.java87 public float getValue(float itemsBefore) { method in class:PiecewiseLinearIndentationFunctor
H A DStackIndentationFunctor.java83 public abstract float getValue(float itemsBefore); method in class:StackIndentationFunctor
/frameworks/compile/mclinker/unittests/
H A DGCFactoryListTraitsTest.h49 inline unsigned getValue() const { return m_Value; } function in class:mcldtest::GCFactoryListTraitsTest::Node
/frameworks/opt/chips/src/com/android/ex/chips/recipientchip/
H A DBaseRecipientChip.java45 CharSequence getValue(); method in interface:BaseRecipientChip

Completed in 1747 milliseconds

12345