Home
last modified time | relevance | path

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

1234

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/utils/leaks/
DFakeTunerService.java54 public String getValue(String setting) { in getValue() method in FakeTunerService
59 public int getValue(String setting, int def) { in getValue() method in FakeTunerService
64 public String getValue(String setting, String def) { in getValue() method in FakeTunerService
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
DTunerService.java40 public abstract String getValue(String setting); in getValue() method in TunerService
41 public abstract int getValue(String setting, int def); in getValue() method in TunerService
42 public abstract String getValue(String setting, String def); in getValue() method in TunerService
DTunerServiceImpl.java144 public String getValue(String setting) { in getValue() method in TunerServiceImpl
154 public int getValue(String setting, int def) { in getValue() method in TunerServiceImpl
159 public String getValue(String setting, String def) { in getValue() method in TunerServiceImpl
/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.java54 Object getValue(float fraction); in getValue() method
/frameworks/base/core/java/android/hardware/camera2/impl/
DGetCommand.java32 public <T> T getValue(CameraMetadataNative metadata, CameraMetadataNative.Key<T> key); in getValue() method
DCameraMetadataNative.java551 public <T> T getValue(CameraMetadataNative metadata, Key<T> key) { in GetCommand() method
559 public <T> T getValue(CameraMetadataNative metadata, Key<T> key) { in GetCommand() method
567 public <T> T getValue(CameraMetadataNative metadata, Key<T> key) { in GetCommand() method
576 public <T> T getValue(CameraMetadataNative metadata, Key<T> key) { in CameraCharacteristics.SCALER_STREAM_CONFIGURATION_MAP.getNativeKey() method
585 public <T> T getValue(CameraMetadataNative metadata, Key<T> key) { in CameraCharacteristics.SCALER_MANDATORY_STREAM_COMBINATIONS.getNativeKey() method
593 public <T> T getValue(CameraMetadataNative metadata, Key<T> key) { in CameraCharacteristics.CONTROL_MAX_REGIONS_AE.getNativeKey() method
601 public <T> T getValue(CameraMetadataNative metadata, Key<T> key) { in GetCommand() method
609 public <T> T getValue(CameraMetadataNative metadata, Key<T> key) { in CameraCharacteristics.CONTROL_MAX_REGIONS_AF.getNativeKey() method
617 public <T> T getValue(CameraMetadataNative metadata, Key<T> key) { in GetCommand() method
625 public <T> T getValue(CameraMetadataNative metadata, Key<T> key) { in GetCommand() method
[all …]
/frameworks/base/libs/hwui/
DAnimator.cpp376 float RenderPropertyAnimator::getValue(RenderNode* target) const { in getValue() function in android::uirenderer::RenderPropertyAnimator
392 float CanvasPropertyPrimitiveAnimator::getValue(RenderNode* target) const { in getValue() function in android::uirenderer::CanvasPropertyPrimitiveAnimator
412 float CanvasPropertyPaintAnimator::getValue(RenderNode* target) const { in getValue() function in android::uirenderer::CanvasPropertyPaintAnimator
449 float RevealAnimator::getValue(RenderNode* target) const { in getValue() function in android::uirenderer::RevealAnimator
/frameworks/rs/script_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/av/media/libmedia/include/media/
DModulo.h97 void getValue(T *value) const { *value = mValue; } // more type safe than value() in getValue() function
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestApp/src/com/android/multidexlegacytestapp/
DMainActivity.java46 public int getValue() { in getValue() method in MainActivity
/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/base/core/java/android/util/
DKeyValueListParser.java247 public int getValue() { in getValue() method in KeyValueListParser.IntValue
300 public long getValue() { in getValue() method in KeyValueListParser.LongValue
353 public String getValue() { in getValue() method in KeyValueListParser.StringValue
406 public float getValue() { in getValue() method in KeyValueListParser.FloatValue
/frameworks/opt/chips/src/com/android/ex/chips/recipientchip/
DBaseRecipientChip.java45 CharSequence getValue(); in getValue() method
/frameworks/compile/mclinker/unittests/
DGCFactoryListTraitsTest.h49 inline unsigned getValue() const { return m_Value; } in getValue() function
/frameworks/base/core/java/android/view/contentcapture/
DContentCaptureSessionId.java46 public int getValue() { in getValue() method in ContentCaptureSessionId
/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/packages/SystemUI/src/com/android/systemui/settings/
DToggleSlider.java31 int getValue(); in getValue() method
/frameworks/base/core/java/android/os/
DTimestampedValue.java58 public T getValue() { in getValue() method in TimestampedValue
/frameworks/libs/net/common/framework/android/net/util/nsd/
DDnsSdTxtRecord.java218 private byte[] getValue(int index) { in getValue() method in DnsSdTxtRecord
246 private byte[] getValue(String forKey) { in getValue() method in DnsSdTxtRecord

1234