/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/utils/leaks/ |
H A D | FakeTunerService.java | 55 public String getValue(String setting) { in getValue() method in FakeTunerService 60 public int getValue(String setting, int def) { in getValue() method in FakeTunerService 65 public String getValue(String setting, String def) { in getValue() method in FakeTunerService
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/ |
H A D | TunerService.java | 36 public abstract String getValue(String setting); in getValue() method in TunerService 37 public abstract int getValue(String setting, int def); in getValue() method in TunerService 38 public abstract String getValue(String setting, String def); in getValue() method in TunerService
|
H A D | TunerServiceImpl.java | 170 public String getValue(String setting) { in getValue() method in TunerServiceImpl 180 public int getValue(String setting, int def) { in getValue() method in TunerServiceImpl 185 public String getValue(String setting, String def) { in getValue() method in TunerServiceImpl
|
/aosp14/frameworks/base/core/java/android/hardware/camera2/impl/ |
H A D | CameraMetadataNative.java | 628 public <T> T getValue(CameraMetadataNative metadata, Key<T> key) { in GetCommand() method 636 public <T> T getValue(CameraMetadataNative metadata, Key<T> key) { in GetCommand() method 644 public <T> T getValue(CameraMetadataNative metadata, Key<T> key) { in GetCommand() method 653 public <T> T getValue(CameraMetadataNative metadata, Key<T> key) { in CameraCharacteristics.SCALER_STREAM_CONFIGURATION_MAP.getNativeKey() method 662 public <T> T getValue(CameraMetadataNative metadata, Key<T> key) { in CameraCharacteristics.SCALER_STREAM_CONFIGURATION_MAP_MAXIMUM_RESOLUTION.getNativeKey() method 671 public <T> T getValue(CameraMetadataNative metadata, Key<T> key) { in CameraCharacteristics.SCALER_MANDATORY_STREAM_COMBINATIONS.getNativeKey() method 680 public <T> T getValue(CameraMetadataNative metadata, Key<T> key) { in CameraCharacteristics.SCALER_MANDATORY_CONCURRENT_STREAM_COMBINATIONS.getNativeKey() method 690 public <T> T getValue(CameraMetadataNative metadata, Key<T> key) { in CameraCharacteristics.SCALER_MANDATORY_TEN_BIT_OUTPUT_STREAM_COMBINATIONS.getNativeKey() method 700 public <T> T getValue(CameraMetadataNative metadata, Key<T> key) { in CameraCharacteristics.SCALER_MANDATORY_MAXIMUM_RESOLUTION_STREAM_COMBINATIONS.getNativeKey() method 710 public <T> T getValue(CameraMetadataNative metadata, Key<T> key) { in CameraCharacteristics.SCALER_MANDATORY_USE_CASE_STREAM_COMBINATIONS.getNativeKey() method [all …]
|
H A D | GetCommand.java | 32 public <T> T getValue(CameraMetadataNative metadata, CameraMetadataNative.Key<T> key); in getValue() method
|
/aosp14/frameworks/base/core/java/android/animation/ |
H A 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
|
H A D | Keyframes.java | 54 Object getValue(float fraction); in getValue() method
|
/aosp14/frameworks/base/libs/hwui/ |
H A D | Animator.cpp | 374 float RenderPropertyAnimator::getValue(RenderNode* target) const { in getValue() function in android::uirenderer::RenderPropertyAnimator 390 float CanvasPropertyPrimitiveAnimator::getValue(RenderNode* target) const { in getValue() function in android::uirenderer::CanvasPropertyPrimitiveAnimator 410 float CanvasPropertyPaintAnimator::getValue(RenderNode* target) const { in getValue() function in android::uirenderer::CanvasPropertyPaintAnimator 447 float RevealAnimator::getValue(RenderNode* target) const { in getValue() function in android::uirenderer::RevealAnimator
|
/aosp14/frameworks/base/services/core/java/com/android/server/vcn/util/ |
H A D | OneWayBoolean.java | 31 public boolean getValue() { in getValue() method in OneWayBoolean
|
/aosp14/frameworks/base/core/java/android/app/admin/ |
H A D | PolicyValue.java | 39 public V getValue() { in getValue() method in PolicyValue
|
/aosp14/frameworks/base/core/java/com/android/internal/dynamicanimation/animation/ |
H A D | FloatValueHolder.java | 61 public float getValue() { in getValue() method in FloatValueHolder
|
/aosp14/frameworks/base/core/java/android/util/ |
H A 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
|
/aosp14/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
H A D | ProgramVariable.java | 49 public Object getValue() { in getValue() method in ProgramVariable
|
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
H A D | FrameValue.java | 23 public Object getValue() { in getValue() method in FrameValue
|
H A D | VariableSource.java | 36 public synchronized Object getValue() { in getValue() method in VariableSource
|
/aosp14/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestApp/src/com/android/multidexlegacytestapp/ |
H A D | MainActivity.java | 46 public int getValue() { in getValue() method in MainActivity
|
/aosp14/frameworks/base/media/jni/soundpool/ |
H A D | StreamManager.h | 260 std::atomic<V> &getValue(K key) { return mK2V[key & (mHashCapacity - 1)]; } in getValue() function 261 const std::atomic_int32_t &getValue(K key) const { return mK2V[key & (mHashCapacity - 1)]; } in getValue() function
|
/aosp14/frameworks/base/core/java/android/view/contentcapture/ |
H A D | ContentCaptureSessionId.java | 47 public int getValue() { in getValue() method in ContentCaptureSessionId
|
/aosp14/frameworks/base/core/java/android/view/textclassifier/ |
H A D | TextClassificationSessionId.java | 99 public String getValue() { in getValue() method in TextClassificationSessionId
|
/aosp14/frameworks/base/core/java/android/text/ |
H A D | Annotation.java | 67 public String getValue() { in getValue() method in Annotation
|
/aosp14/frameworks/base/core/java/android/os/ |
H A D | TimestampedValue.java | 58 public T getValue() { in getValue() method in TimestampedValue
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/brightness/ |
H A D | ToggleSlider.java | 37 int getValue(); in getValue() method
|
/aosp14/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestServices/src/com/android/framework/multidexlegacytestservices/ |
H A D | AbstractService.java | 121 public int getValue() { in getValue() method in AbstractService
|
/aosp14/frameworks/base/core/java/android/content/integrity/ |
H A D | AtomicFormula.java | 288 public Long getValue() { in getValue() method in AtomicFormula.LongAtomicFormula 479 public String getValue() { in getValue() method in AtomicFormula.StringAtomicFormula 653 public Boolean getValue() { in getValue() method in AtomicFormula.BooleanAtomicFormula
|
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/hidl/ |
H A D | FaceGetFeatureClient.java | 98 boolean getValue() { in getValue() method in FaceGetFeatureClient
|