/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/utils/leaks/ |
D | FakeTunerService.java | 54 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/ |
D | TunerService.java | 40 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
|
D | TunerServiceImpl.java | 144 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/ |
D | Keyframe.java | 196 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
|
D | Keyframes.java | 54 Object getValue(float fraction); in getValue() method
|
/frameworks/base/core/java/android/hardware/camera2/impl/ |
D | GetCommand.java | 32 public <T> T getValue(CameraMetadataNative metadata, CameraMetadataNative.Key<T> key); in getValue() method
|
D | CameraMetadataNative.java | 551 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/ |
D | Animator.cpp | 376 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/ |
D | Scanner.h | 67 std::string getValue() { return mValue; } in getValue() function
|
/frameworks/compile/mclinker/include/mcld/Fragment/ |
D | FillFragment.h | 27 int64_t getValue() const { return m_Value; } in getValue() function
|
D | AlignFragment.h | 28 int64_t getValue() const { return m_Value; } in getValue() function
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
D | ProgramVariable.java | 49 public Object getValue() { in getValue() method in ProgramVariable
|
/frameworks/av/media/libmedia/include/media/ |
D | Modulo.h | 97 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/ |
D | MainActivity.java | 46 public int getValue() { in getValue() method in MainActivity
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
D | FrameValue.java | 23 public Object getValue() { in getValue() method in FrameValue
|
D | VariableSource.java | 36 public synchronized Object getValue() { in getValue() method in VariableSource
|
/frameworks/base/core/java/android/util/ |
D | KeyValueListParser.java | 247 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/ |
D | BaseRecipientChip.java | 45 CharSequence getValue(); in getValue() method
|
/frameworks/compile/mclinker/unittests/ |
D | GCFactoryListTraitsTest.h | 49 inline unsigned getValue() const { return m_Value; } in getValue() function
|
/frameworks/base/core/java/android/view/contentcapture/ |
D | ContentCaptureSessionId.java | 46 public int getValue() { in getValue() method in ContentCaptureSessionId
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
D | GlobalSetting.java | 39 public int getValue() { in getValue() method in GlobalSetting
|
/frameworks/base/core/java/android/text/ |
D | Annotation.java | 67 public String getValue() { in getValue() method in Annotation
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/ |
D | ToggleSlider.java | 31 int getValue(); in getValue() method
|
/frameworks/base/core/java/android/os/ |
D | TimestampedValue.java | 58 public T getValue() { in getValue() method in TimestampedValue
|
/frameworks/libs/net/common/framework/android/net/util/nsd/ |
D | DnsSdTxtRecord.java | 218 private byte[] getValue(int index) { in getValue() method in DnsSdTxtRecord 246 private byte[] getValue(String forKey) { in getValue() method in DnsSdTxtRecord
|