Home
last modified time | relevance | path

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

1234567

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/animation/
DFloatProperties.kt45 override fun getValue(rect: Rect?): Float { in getValue() method
64 override fun getValue(rect: Rect?): Float { in getValue() method
77 override fun getValue(rect: Rect): Float { in getValue() method
94 override fun getValue(rect: Rect): Float { in getValue() method
117 override fun getValue(rect: RectF?): Float { in getValue() method
136 override fun getValue(rect: RectF?): Float { in getValue() method
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/utils/leaks/
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
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
DReferenceExt.kt20 override fun getValue(thisRef: Any?, property: KProperty<*>): T? { in weakReference() method
42 override fun getValue(thisRef: Any?, property: KProperty<*>): T? { in softReference() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
DTunerService.java36 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
DTunerServiceImpl.java170 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
/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/
DCameraMetadataNative.java628 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 …]
DGetCommand.java32 public <T> T getValue(CameraMetadataNative metadata, CameraMetadataNative.Key<T> key); in getValue() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/commandline/
DParameters.kt116 override fun getValue(thisRef: Any?, property: KProperty<*>): T = in getValue() method in com.android.systemui.statusbar.commandline.SingleArgParam
147 override fun getValue(thisRef: Any?, property: KProperty<*>): T? = in getValue() method in com.android.systemui.statusbar.commandline.SingleArgParamOptional
176 override fun getValue(thisRef: Any?, property: KProperty<*>): List<TParsed> = inner in getValue() method in com.android.systemui.statusbar.commandline.MultipleArgParam
DSubCommand.kt69 override fun getValue(thisRef: Any?, property: KProperty<*>): T? = in parseSubCommandArgs() method in com.android.systemui.statusbar.commandline.OptionalSubCommand
101 override fun getValue(thisRef: Any?, property: KProperty<*>): ParseableCommand = cmd in getValue() method in com.android.systemui.statusbar.commandline.RequiredSubCommand
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/kotlin/
DDagger.kt32 operator fun <T> Lazy<T>.getValue(thisRef: Any?, property: KProperty<*>): T = get() method
/frameworks/base/services/core/java/com/android/server/vcn/util/
DOneWayBoolean.java31 public boolean getValue() { in getValue() method in OneWayBoolean
/frameworks/base/libs/hwui/
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
/frameworks/base/core/java/com/android/internal/dynamicanimation/animation/
DFloatValueHolder.java61 public float getValue() { in getValue() method in FloatValueHolder
/frameworks/base/core/java/android/app/admin/
DPolicyValue.java39 public V getValue() { in getValue() method in PolicyValue
/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
/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/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/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/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

1234567