Searched defs:fromValue (Results 1 – 9 of 9) sorted by relevance
33 static constexpr LayerStack fromValue(T v) { in fromValue() function
48 static constexpr std::optional<Id> fromValue(uint64_t value) { in fromValue() function179 constexpr std::optional<DisplayId> DisplayId::fromValue(uint64_t value) { in fromValue() function
150 val fromValue = sceneValue(state.fromScene) in computeValue() constant
506 public static @Nullable BlendMode fromValue(int value) { in fromValue() method in BlendMode
29 inline constexpr float lerp(float fromValue, float toValue, float fraction) { in lerp()
238 NameValuesHolder(int nameConstant, float fromValue, float deltaValue) { in NameValuesHolder()914 float fromValue = getValue(constantName); in animateProperty() local928 float fromValue = getValue(constantName); in animatePropertyBy() local
42 static constexpr Fps fromValue(float frequency) { in fromValue() function
624 int fromValue = Color.alpha(mNative.getLightColor(mDeviceId, mLight.getId())); in setBacklightValue() local635 private void startAnimation(int fromValue, int toValue) { in startAnimation()