/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/animation/ |
D | FloatProperties.kt | 45 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/src/com/android/systemui/util/ |
D | ReferenceExt.kt | 21 override fun getValue(thisRef: Any?, property: KProperty<*>): T? { in weakReference() method 43 override fun getValue(thisRef: Any?, property: KProperty<*>): T? { in softReference() method 65 override fun getValue(thisRef: Any?, property: KProperty<*>): T? { in nullableAtomicReference() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/kotlin/ |
D | Dagger.kt | 33 operator fun <T> Lazy<T>.getValue(thisRef: Any?, property: KProperty<*>): T = get() method 46 operator fun <T> Optional<T>.getValue(thisRef: Any?, property: KProperty<*>): T? = getOrNull() method
|
/frameworks/base/packages/SettingsLib/Metadata/src/com/android/settingslib/metadata/ |
D | PersistentPreference.kt | 171 fun getValue(context: Context, index: Int): T in getValue() method 185 override fun getValue(context: Context, index: Int): CharSequence = in getValue() method 200 override fun getValue(context: Context, index: Int): String = in getValue() method 215 override fun getValue(context: Context, index: Int): Int = in getValue() method
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/utils/leaks/ |
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
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/ |
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
|
D | TunerServiceImpl.java | 173 public String getValue(String setting) { in getValue() method in TunerServiceImpl 183 public int getValue(String setting, int def) { in getValue() method in TunerServiceImpl 188 public String getValue(String setting, String def) { in getValue() method in TunerServiceImpl
|
/frameworks/base/core/java/android/hardware/camera2/impl/ |
D | CameraMetadataNative.java | 649 public <T> T getValue(CameraMetadataNative metadata, Key<T> key) { in GetCommand() method 657 public <T> T getValue(CameraMetadataNative metadata, Key<T> key) { in GetCommand() method 665 public <T> T getValue(CameraMetadataNative metadata, Key<T> key) { in GetCommand() method 674 public <T> T getValue(CameraMetadataNative metadata, Key<T> key) { in CameraCharacteristics.SCALER_STREAM_CONFIGURATION_MAP.getNativeKey() method 683 public <T> T getValue(CameraMetadataNative metadata, Key<T> key) { in CameraCharacteristics.SCALER_STREAM_CONFIGURATION_MAP_MAXIMUM_RESOLUTION.getNativeKey() method 692 public <T> T getValue(CameraMetadataNative metadata, Key<T> key) { in CameraCharacteristics.SCALER_MANDATORY_STREAM_COMBINATIONS.getNativeKey() method 701 public <T> T getValue(CameraMetadataNative metadata, Key<T> key) { in CameraCharacteristics.SCALER_MANDATORY_CONCURRENT_STREAM_COMBINATIONS.getNativeKey() method 711 public <T> T getValue(CameraMetadataNative metadata, Key<T> key) { in CameraCharacteristics.SCALER_MANDATORY_TEN_BIT_OUTPUT_STREAM_COMBINATIONS.getNativeKey() method 721 public <T> T getValue(CameraMetadataNative metadata, Key<T> key) { in CameraCharacteristics.SCALER_MANDATORY_MAXIMUM_RESOLUTION_STREAM_COMBINATIONS.getNativeKey() method 731 public <T> T getValue(CameraMetadataNative metadata, Key<T> key) { in CameraCharacteristics.SCALER_MANDATORY_USE_CASE_STREAM_COMBINATIONS.getNativeKey() method [all …]
|
D | GetCommand.java | 32 public <T> T getValue(CameraMetadataNative metadata, CameraMetadataNative.Key<T> key); in getValue() method
|
/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
|
/frameworks/base/packages/SettingsLib/DataStore/src/com/android/settingslib/datastore/ |
D | KeyValueStore.kt | 41 fun <T : Any> getValue(key: String, valueType: Class<T>): T? in getValue() method 98 override fun <T : Any> getValue(key: String, valueType: Class<T>) = in getValue() method 114 override fun <T : Any> getValue(key: String, valueType: Class<T>): T? = in contains() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/commandline/ |
D | Parameters.kt | 116 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
|
D | SubCommand.kt | 69 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/libs/hwui/ |
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
|
/frameworks/base/services/tests/appfunctions/src/android/app/appfunctions/ |
D | GenericDocumentWrapperTest.kt | 58 fun getValue() { in getValue() method in android.app.appfunctions.GenericDocumentWrapperTest
|
/frameworks/base/ravenwood/tools/hoststubgen/test-tiny-framework/tiny-framework/src/com/unsupported/ |
D | UnsupportedClass.java | 27 public int getValue() { in getValue() method in UnsupportedClass
|
/frameworks/base/packages/Vcn/framework-b/src/android/net/vcn/util/ |
D | OneWayBoolean.java | 31 public boolean getValue() { in getValue() method in OneWayBoolean
|
/frameworks/base/ravenwood/tools/hoststubgen/test-tiny-framework/tiny-framework/src/com/supported/ |
D | UnsupportedClass.java | 29 public int getValue() { in getValue() method in UnsupportedClass
|
/frameworks/base/ravenwood/tools/hoststubgen/test-tiny-framework/tiny-framework/src/com/android/hoststubgen/test/tinyframework/ |
D | TinyFrameworkToBeRenamed.java | 31 public int getValue() { in getValue() method in TinyFrameworkToBeRenamed
|
/frameworks/base/core/java/android/util/ |
D | KeyValueListParser.java | 248 public int getValue() { in getValue() method in KeyValueListParser.IntValue 301 public long getValue() { in getValue() method in KeyValueListParser.LongValue 354 public String getValue() { in getValue() method in KeyValueListParser.StringValue 407 public float getValue() { in getValue() method in KeyValueListParser.FloatValue
|
/frameworks/base/core/java/android/app/admin/ |
D | PolicyValue.java | 39 public V getValue() { in getValue() method in PolicyValue
|
/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/documentation/ |
D | StringPair.java | 33 public @NonNull String getValue() { in getValue() method in StringPair
|
/frameworks/base/core/java/com/android/internal/dynamicanimation/animation/ |
D | FloatValueHolder.java | 61 public float getValue() { in getValue() method in FloatValueHolder
|
/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
|