Home
last modified time | relevance | path

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

12345678910>>...12

/aosp12/art/test/638-checker-inline-caches/src/
H A DMain.java18 int getValue() { return 42; } in getValue() method in SubA
22 int getValue() { return 38; } in getValue() method in SubB
26 int getValue() { return 10; } in getValue() method in SubD
30 int getValue() { return -4; } in getValue() method in SubE
H A DSuper.java18 abstract int getValue(); in getValue() method in Super
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/utils/leaks/
H A DFakeTunerService.java55 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
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
H A DLerper.java43 public int getValue(int currentValue, int targetValue) { in getValue() method in Lerper
72 public float getValue(float currentValue, float targetValue) { in getValue() method in Lerper
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
H A DTunerService.java31 public abstract String getValue(String setting); in getValue() method in TunerService
32 public abstract int getValue(String setting, int def); in getValue() method in TunerService
33 public abstract String getValue(String setting, String def); in getValue() method in TunerService
/aosp12/frameworks/base/core/java/android/animation/
H A 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
/aosp12/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraMetadataNative.java623 public <T> T getValue(CameraMetadataNative metadata, Key<T> key) { in GetCommand() method
631 public <T> T getValue(CameraMetadataNative metadata, Key<T> key) { in GetCommand() method
639 public <T> T getValue(CameraMetadataNative metadata, Key<T> key) { in GetCommand() method
648 public <T> T getValue(CameraMetadataNative metadata, Key<T> key) { in CameraCharacteristics.SCALER_STREAM_CONFIGURATION_MAP.getNativeKey() method
657 public <T> T getValue(CameraMetadataNative metadata, Key<T> key) { in CameraCharacteristics.SCALER_STREAM_CONFIGURATION_MAP_MAXIMUM_RESOLUTION.getNativeKey() method
666 public <T> T getValue(CameraMetadataNative metadata, Key<T> key) { in CameraCharacteristics.SCALER_MANDATORY_STREAM_COMBINATIONS.getNativeKey() method
675 public <T> T getValue(CameraMetadataNative metadata, Key<T> key) { in CameraCharacteristics.SCALER_MANDATORY_CONCURRENT_STREAM_COMBINATIONS.getNativeKey() method
685 public <T> T getValue(CameraMetadataNative metadata, Key<T> key) { in CameraCharacteristics.SCALER_MANDATORY_MAXIMUM_RESOLUTION_STREAM_COMBINATIONS.getNativeKey() method
694 public <T> T getValue(CameraMetadataNative metadata, Key<T> key) { in CameraCharacteristics.CONTROL_MAX_REGIONS_AE.getNativeKey() method
702 public <T> T getValue(CameraMetadataNative metadata, Key<T> key) { in GetCommand() method
[all …]
H A DGetCommand.java32 public <T> T getValue(CameraMetadataNative metadata, CameraMetadataNative.Key<T> key); in getValue() method
/aosp12/art/test/638-checker-inline-caches/src-multidex/
H A DSubC.java18 public int getValue() { return 24; } in getValue() method in SubC
/aosp12/packages/apps/Car/Launcher/src/com/android/car/carlauncher/displayarea/
H A DCarBezierFunction.java57 public static double getValue(double t, double a, double b, double c, double d) { in getValue() method in CarBezierFunction
74 public double getValue(double t) { in getValue() method in CarBezierFunction
/aosp12/art/test/078-polymorphic-virtual/src/
H A DBase.java29 public int getValue() { in getValue() method in Base
/aosp12/frameworks/base/services/core/java/com/android/server/vcn/util/
H A DOneWayBoolean.java31 public boolean getValue() { in getValue() method in OneWayBoolean
/aosp12/frameworks/base/libs/hwui/
H A DAnimator.cpp374 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
/aosp12/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
H A DConsumerTrap.java35 public A getValue() { in getValue() method in ConsumerTrap
/aosp12/system/tools/xsdc/src/com/android/xsdc/tag/
H A DXsdEnumeration.java27 public String getValue() { in getValue() method in XsdEnumeration
/aosp12/packages/apps/Dialer/java/com/android/dialer/util/
H A DExpirableCache.java227 V getValue(); in getValue() method
260 public V getValue() { in getValue() method in ExpirableCache.GenerationalCachedValue
/aosp12/art/test/084-class-init/src/
H A DIntHolder.java35 public int getValue() { in getValue() method in IntHolder
/aosp12/system/tools/xsdc/src/com/android/xsdc/cpp/
H A DCppType.java24 public String getWritingExpression(String getValue, String name); in getWritingExpression()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/util/
H A DKeyValueListParser.java248 public int getValue() { in getValue() method in KeyValueListParser.IntValue
296 public long getValue() { in getValue() method in KeyValueListParser.LongValue
344 public String getValue() { in getValue() method in KeyValueListParser.StringValue
392 public float getValue() { in getValue() method in KeyValueListParser.FloatValue
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/util/
H A DSettingsCache.java106 public boolean getValue(Uri keySetting) { in getValue() method in SettingsCache
114 public boolean getValue(Uri keySetting, int defaultValue) { in getValue() method in SettingsCache
/aosp12/art/test/643-checker-bogus-ic/src/
H A DMain.java41 public int getValue() { in getValue() method in Main
/aosp12/art/test/707-checker-invalid-profile/src/
H A DMain.java34 public int getValue() { in getValue() method in Main
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/controller/
H A DParameterInteger.java28 int getValue(); in getValue() method
/aosp12/system/tools/xsdc/src/com/android/xsdc/java/
H A DJavaType.java28 String getWritingExpression(String getValue, String name); in getWritingExpression()
/aosp12/art/test/141-class-unload/src-ex/
H A DIntHolder.java26 public static int getValue() { in getValue() method in IntHolder

12345678910>>...12