Home
last modified time | relevance | path

Searched defs:fromValue (Results 1 – 9 of 9) sorted by relevance

/frameworks/native/libs/ui/include/ui/
DLayerStack.h33 static constexpr LayerStack fromValue(T v) { in fromValue() function
DDisplayId.h48 static constexpr std::optional<Id> fromValue(uint64_t value) { in fromValue() function
179 constexpr std::optional<DisplayId> DisplayId::fromValue(uint64_t value) { in fromValue() function
/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/animation/scene/
DAnimateSharedAsState.kt150 val fromValue = sceneValue(state.fromScene) in computeValue() constant
/frameworks/native/libs/ui/include_vndk/ui/
DDisplayId.h48 static constexpr std::optional<Id> fromValue(uint64_t value) { in fromValue() function
179 constexpr std::optional<DisplayId> DisplayId::fromValue(uint64_t value) { in fromValue() function
/frameworks/base/graphics/java/android/graphics/
DBlendMode.java506 public static @Nullable BlendMode fromValue(int value) { in fromValue() method in BlendMode
/frameworks/base/libs/hwui/
DPropertyValuesHolder.cpp29 inline constexpr float lerp(float fromValue, float toValue, float fraction) { in lerp()
/frameworks/base/core/java/android/view/
DViewPropertyAnimator.java238 NameValuesHolder(int nameConstant, float fromValue, float deltaValue) { in NameValuesHolder()
914 float fromValue = getValue(constantName); in animateProperty() local
928 float fromValue = getValue(constantName); in animatePropertyBy() local
/frameworks/native/services/surfaceflinger/Scheduler/include/scheduler/
DFps.h42 static constexpr Fps fromValue(float frequency) { in fromValue() function
/frameworks/base/services/core/java/com/android/server/input/
DKeyboardBacklightController.java624 int fromValue = Color.alpha(mNative.getLightColor(mDeviceId, mLight.getId())); in setBacklightValue() local
635 private void startAnimation(int fromValue, int toValue) { in startAnimation()