Home
last modified time | relevance | path

Searched defs:getValue (Results 1 – 25 of 81) sorted by relevance

1234

/frameworks/base/core/java/android/animation/
DKeyframe.java196 public abstract Object getValue(); in getValue() method in Keyframe
276 public Object getValue() { in getValue() method in Keyframe.ObjectKeyframe
320 public Object getValue() { in getValue() method in Keyframe.IntKeyframe
367 public Object getValue() { in getValue() method in Keyframe.FloatKeyframe
DKeyframes.java53 Object getValue(float fraction); in getValue() method
/frameworks/base/core/java/android/hardware/camera2/impl/
DCameraMetadataNative.java474 public <T> T getValue(CameraMetadataNative metadata, Key<T> key) { in GetCommand() method
482 public <T> T getValue(CameraMetadataNative metadata, Key<T> key) { in GetCommand() method
490 public <T> T getValue(CameraMetadataNative metadata, Key<T> key) { in GetCommand() method
499 public <T> T getValue(CameraMetadataNative metadata, Key<T> key) { in CameraCharacteristics.SCALER_STREAM_CONFIGURATION_MAP.getNativeKey() method
507 public <T> T getValue(CameraMetadataNative metadata, Key<T> key) { in CameraCharacteristics.CONTROL_MAX_REGIONS_AE.getNativeKey() method
515 public <T> T getValue(CameraMetadataNative metadata, Key<T> key) { in GetCommand() method
523 public <T> T getValue(CameraMetadataNative metadata, Key<T> key) { in CameraCharacteristics.CONTROL_MAX_REGIONS_AF.getNativeKey() method
531 public <T> T getValue(CameraMetadataNative metadata, Key<T> key) { in GetCommand() method
539 public <T> T getValue(CameraMetadataNative metadata, Key<T> key) { in GetCommand() method
548 public <T> T getValue(CameraMetadataNative metadata, Key<T> key) { in CameraCharacteristics.REQUEST_MAX_NUM_OUTPUT_PROC_STALLING.getNativeKey() method
[all …]
DGetCommand.java32 public <T> T getValue(CameraMetadataNative metadata, CameraMetadataNative.Key<T> key); in getValue() method
/frameworks/base/libs/hwui/
DAnimator.cpp228 float RenderPropertyAnimator::getValue(RenderNode* target) const { in getValue() function in android::uirenderer::RenderPropertyAnimator
246 float CanvasPropertyPrimitiveAnimator::getValue(RenderNode* target) const { in getValue() function in android::uirenderer::CanvasPropertyPrimitiveAnimator
269 float CanvasPropertyPaintAnimator::getValue(RenderNode* target) const { in getValue() function in android::uirenderer::CanvasPropertyPaintAnimator
309 float RevealAnimator::getValue(RenderNode* target) const { in getValue() function in android::uirenderer::RevealAnimator
/frameworks/rs/api/
DScanner.h67 std::string getValue() { return mValue; } in getValue() function
/frameworks/compile/mclinker/include/mcld/Fragment/
DFillFragment.h27 int64_t getValue() const { return m_Value; } in getValue() function
DAlignFragment.h28 int64_t getValue() const { return m_Value; } in getValue() function
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
DProgramVariable.java49 public Object getValue() { in getValue() method in ProgramVariable
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DFrameValue.java23 public Object getValue() { in getValue() method in FrameValue
DVariableSource.java36 public synchronized Object getValue() { in getValue() method in VariableSource
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/omadm/
DNodeAttribute.java18 public String getValue() { in getValue() method in NodeAttribute
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestApp/src/com/android/multidexlegacytestapp/
DMainActivity.java46 public int getValue() { in getValue() method in MainActivity
/frameworks/opt/chips/src/com/android/ex/chips/recipientchip/
DBaseRecipientChip.java45 CharSequence getValue(); in getValue() method
DVisibleRecipientChip.java53 public CharSequence getValue() { in getValue() method in VisibleRecipientChip
/frameworks/compile/mclinker/unittests/
DGCFactoryListTraitsTest.h49 inline unsigned getValue() const { return m_Value; } in getValue() function
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DStackIndentationFunctor.java83 public abstract float getValue(float itemsBefore); in getValue() method in StackIndentationFunctor
DPiecewiseLinearIndentationFunctor.java87 public float getValue(float itemsBefore) { in getValue() method in PiecewiseLinearIndentationFunctor
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DGlobalSetting.java39 public int getValue() { in getValue() method in GlobalSetting
/frameworks/base/core/java/android/text/
DAnnotation.java67 public String getValue() { in getValue() method in Annotation
/frameworks/base/core/java/android/net/nsd/
DDnsSdTxtRecord.java218 private byte[] getValue(int index) { in getValue() method in DnsSdTxtRecord
246 private byte[] getValue(String forKey) { in getValue() method in DnsSdTxtRecord
/frameworks/compile/mclinker/include/mcld/Target/
DGOT.h44 uint64_t getValue() const { return f_Value; } in getValue() function
DPLT.h33 const unsigned char* getValue() const { return m_pValue; } in getValue() function
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
DCompoundTransform.java79 public Float3 getValue() { in getValue() method in CompoundTransform.TranslateComponent
119 public Float3 getValue() { in getValue() method in CompoundTransform.ScaleComponent
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestServices/src/com/android/framework/multidexlegacytestservices/
DAbstractService.java116 public int getValue() { in getValue() method in AbstractService

1234