Searched defs:fromValue (Results 1 – 5 of 5) sorted by relevance
150 val fromValue = sceneValue(state.fromScene) regex
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
624 int fromValue = Color.alpha(mNative.getLightColor(mDeviceId, mLight.getId())); in setBacklightValue() local635 private void startAnimation(int fromValue, int toValue) { in startAnimation()