Home
last modified time | relevance | path

Searched defs:startValue (Results 1 – 25 of 38) sorted by relevance

12

/external/lottie/lottie/src/main/java/com/airbnb/lottie/value/
DLottieInterpolatedValue.java8 private final T startValue; field in LottieInterpolatedValue
12 LottieInterpolatedValue(T startValue, T endValue) { in LottieInterpolatedValue()
16 LottieInterpolatedValue(T startValue, T endValue, Interpolator interpolator) { in LottieInterpolatedValue()
27 abstract T interpolateValue(T startValue, T endValue, float progress); in interpolateValue()
DLottieInterpolatedFloatValue.java10 public LottieInterpolatedFloatValue(Float startValue, Float endValue) { in LottieInterpolatedFloatValue()
14 public LottieInterpolatedFloatValue(Float startValue, Float endValue, Interpolator interpolator) { in LottieInterpolatedFloatValue()
18 @Override Float interpolateValue(Float startValue, Float endValue, float progress) { in interpolateValue()
DLottieInterpolatedIntegerValue.java10 public LottieInterpolatedIntegerValue(Integer startValue, Integer endValue) { in LottieInterpolatedIntegerValue()
14 …public LottieInterpolatedIntegerValue(Integer startValue, Integer endValue, Interpolator interpola… in LottieInterpolatedIntegerValue()
18 @Override Integer interpolateValue(Integer startValue, Integer endValue, float progress) { in interpolateValue()
DLottieInterpolatedPointValue.java12 public LottieInterpolatedPointValue(PointF startValue, PointF endValue) { in LottieInterpolatedPointValue()
16 …public LottieInterpolatedPointValue(PointF startValue, PointF endValue, Interpolator interpolator)… in LottieInterpolatedPointValue()
20 @Override PointF interpolateValue(PointF startValue, PointF endValue, float progress) { in interpolateValue()
DKeyframe.java16 @Nullable public final T startValue; field in Keyframe
40 @Nullable T startValue, @Nullable T endValue, in Keyframe()
53 @Nullable T startValue, @Nullable T endValue, in Keyframe()
66 @Nullable T startValue, @Nullable T endValue, in Keyframe()
DLottieFrameInfo.java12 private T startValue; field in LottieFrameInfo
22 T startValue, in set()
DLottieValueCallback.java67 T startValue, in getValueInternal()
/external/robolectric/nativeruntime/src/main/java/org/robolectric/nativeruntime/
DAnimatedVectorDrawableNatives.java51 long nativePtr, int propertyId, float startValue, float endValue); in nCreateGroupPropertyHolder()
57 long nativePtr, int propertyId, int startValue, int endValue); in nCreatePathColorPropertyHolder()
60 long nativePtr, int propertyId, float startValue, float endValue); in nCreatePathPropertyHolder()
63 long nativePtr, float startValue, float endValue); in nCreateRootAlphaPropertyHolder()
DRenderNodeAnimatorNatives.java37 public static native void nSetStartValue(long nativePtr, float startValue); in nSetStartValue()
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/solvers/
DNewtonSolver.java69 public double solve(final double min, final double max, final double startValue) in solve()
129 final double min, final double max, final double startValue) in solve()
151 final double min, final double max, final double startValue) in solve()
DUnivariateRealSolver.java122 double solve(double min, double max, double startValue) in solve()
145 double solve(UnivariateRealFunction f, double min, double max, double startValue) in solve()
DUnivariateRealSolverImpl.java181 …uble solve(int maxEval, UnivariateRealFunction function, double min, double max, double startValue) in solve()
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowNativeAnimatedVectorDrawable.java99 long nativePtr, int propertyId, float startValue, float endValue) { in nCreateGroupPropertyHolder()
113 long nativePtr, int propertyId, int startValue, int endValue) { in nCreatePathColorPropertyHolder()
120 long nativePtr, int propertyId, float startValue, float endValue) { in nCreatePathPropertyHolder()
127 long nativePtr, float startValue, float endValue) { in nCreateRootAlphaPropertyHolder()
DShadowNativeRenderNodeAnimator.java46 protected static void nSetStartValue(long nativePtr, float startValue) { in nSetStartValue()
DShadowNativeRenderNodeAnimatorQ.java50 protected static void nSetStartValue(long nativePtr, float startValue) { in nSetStartValue()
/external/lottie/lottie/src/main/java/com/airbnb/lottie/animation/keyframe/
DGradientColorKeyframeAnimation.java13 GradientColor startValue = keyframes.get(0).startValue; in GradientColorKeyframeAnimation() local
/external/jsilver/src/com/google/clearsilver/jsilver/functions/string/
DSliceFunction.java39 Value startValue = args[1]; in execute() local
/external/lottie/lottie/src/main/java/com/airbnb/lottie/parser/
DKeyframeParser.java95 T startValue = null; in parseKeyframe() local
165 T startValue = null; in parseMultiDimensionalKeyframe() local
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/
DUnivariateRealOptimizer.java94 double min, double max, double startValue) in optimize()
DMultiStartUnivariateRealOptimizer.java314 final double min, final double max, final double startValue) in optimize()
/external/lottie/lottie/src/main/java/com/airbnb/lottie/animation/content/
DBaseStrokeContent.java252 float startValue; in applyTrimPath() local
268 float startValue; in applyTrimPath() local
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
DGeneratedPluralSamples.java64 private final long startValue; field in GeneratedPluralSamples.Range
/external/aac/libFDK/include/
DFDK_crc.h133 USHORT startValue; /*!< CRC start value. */ member
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/univariate/
DAbstractUnivariateRealOptimizer.java219 double min, double max, double startValue) in optimize()
/external/lottie/lottie/src/main/java/com/airbnb/lottie/utils/
DUtils.java138 Path path, float startValue, float endValue, float offsetValue) { in applyTrimPathIfNeeded()

12