Home
last modified time | relevance | path

Searched defs:interpolator (Results 1 – 25 of 42) sorted by relevance

12

/external/robolectric/integration_tests/nativegraphics/src/test/java/org/robolectric/integrationtests/nativegraphics/
DShadowNativeInterpolatorTest.java24 Interpolator interpolator = new Interpolator(10); in testConstructor() local
36 Interpolator interpolator = new Interpolator(10); in testReset1() local
48 Interpolator interpolator = new Interpolator(10); in testReset2() local
56 Interpolator interpolator = new Interpolator(1); in testTimeToValues2() local
97 Interpolator interpolator = new Interpolator(1, 3); in testSetRepeatMirror() local
131 Interpolator interpolator = new Interpolator(1); in testSetKeyFrame() local
218 int time, float expected, Result expectedResult, Interpolator interpolator) { in verifyValue()
225 int time, float[] expected, Result expectedResult, Interpolator interpolator) { in verifyValues()
/external/webrtc/modules/rtp_rtcp/source/
Dabsolute_capture_time_interpolator_unittest.cc44 AbsoluteCaptureTimeInterpolator interpolator(&clock); in TEST() local
65 AbsoluteCaptureTimeInterpolator interpolator(&clock); in TEST() local
88 AbsoluteCaptureTimeInterpolator interpolator(&clock); in TEST() local
124 AbsoluteCaptureTimeInterpolator interpolator(&clock); in TEST() local
160 AbsoluteCaptureTimeInterpolator interpolator(&clock); in TEST() local
196 AbsoluteCaptureTimeInterpolator interpolator(&clock); in TEST() local
231 AbsoluteCaptureTimeInterpolator interpolator(&clock); in TEST() local
263 AbsoluteCaptureTimeInterpolator interpolator(&clock); in TEST() local
287 AbsoluteCaptureTimeInterpolator interpolator(&clock); in TEST() local
310 AbsoluteCaptureTimeInterpolator interpolator(&clock); in TEST() local
[all …]
/external/lottie/lottie/src/main/java/com/airbnb/lottie/parser/
DKeyframeParser.java62 private static void putInterpolator(int hash, WeakReference<Interpolator> interpolator) { in putInterpolator()
98 Interpolator interpolator = null; in parseKeyframe() local
168 Interpolator interpolator = null; in parseMultiDimensionalKeyframe() local
329 Interpolator interpolator = null; in interpolatorFor() local
/external/lottie/lottie/src/main/java/com/airbnb/lottie/value/
DLottieInterpolatedValue.java10 private final Interpolator interpolator; field in LottieInterpolatedValue
16 LottieInterpolatedValue(T startValue, T endValue, Interpolator interpolator) { in LottieInterpolatedValue()
DKeyframe.java18 @Nullable public final Interpolator interpolator; field in Keyframe
41 @Nullable Interpolator interpolator, float startFrame, @Nullable Float endFrame) { in Keyframe()
67@Nullable Interpolator interpolator, @Nullable Interpolator xInterpolator, @Nullable Interpolator … in Keyframe()
DLottieInterpolatedFloatValue.java14 public LottieInterpolatedFloatValue(Float startValue, Float endValue, Interpolator interpolator) { in LottieInterpolatedFloatValue()
DLottieInterpolatedIntegerValue.java14 …c LottieInterpolatedIntegerValue(Integer startValue, Integer endValue, Interpolator interpolator) { in LottieInterpolatedIntegerValue()
DLottieInterpolatedPointValue.java16 …public LottieInterpolatedPointValue(PointF startValue, PointF endValue, Interpolator interpolator)… in LottieInterpolatedPointValue()
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/sampling/
DStepHandler.java76 void handleStep(StepInterpolator interpolator, boolean isLast) throws DerivativeException; in handleStep()
DDummyStepHandler.java80 public void handleStep(final StepInterpolator interpolator, final boolean isLast) { in handleStep()
DDummyStepInterpolator.java79 public DummyStepInterpolator(final DummyStepInterpolator interpolator) { in DummyStepInterpolator()
DStepNormalizer.java115 public void handleStep(final StepInterpolator interpolator, final boolean isLast) in handleStep()
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/jacobians/
DStepHandlerWithJacobians.java95 …void handleStep(StepInterpolatorWithJacobians interpolator, boolean isLast) throws DerivativeExcep… in handleStep()
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
DEulerStepInterpolator.java67 public EulerStepInterpolator(final EulerStepInterpolator interpolator) { in EulerStepInterpolator()
DMidpointStepInterpolator.java69 public MidpointStepInterpolator(final MidpointStepInterpolator interpolator) { in MidpointStepInterpolator()
DRungeKuttaStepInterpolator.java79 public RungeKuttaStepInterpolator(final RungeKuttaStepInterpolator interpolator) { in RungeKuttaStepInterpolator()
DClassicalRungeKuttaStepInterpolator.java72 …public ClassicalRungeKuttaStepInterpolator(final ClassicalRungeKuttaStepInterpolator interpolator)… in ClassicalRungeKuttaStepInterpolator()
DThreeEighthesStepInterpolator.java74 public ThreeEighthesStepInterpolator(final ThreeEighthesStepInterpolator interpolator) { in ThreeEighthesStepInterpolator()
DHighamHall54StepInterpolator.java59 public HighamHall54StepInterpolator(final HighamHall54StepInterpolator interpolator) { in HighamHall54StepInterpolator()
DRungeKuttaIntegrator.java118 AbstractStepInterpolator interpolator; in integrate() local
DGillStepInterpolator.java79 public GillStepInterpolator(final GillStepInterpolator interpolator) { in GillStepInterpolator()
DAdamsBashforthIntegrator.java206 final NordsieckStepInterpolator interpolator = new NordsieckStepInterpolator(); in integrate() local
DDormandPrince54StepInterpolator.java115 public DormandPrince54StepInterpolator(final DormandPrince54StepInterpolator interpolator) { in DormandPrince54StepInterpolator()
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/events/
DEventState.java147 public void reinitializeBegin(final StepInterpolator interpolator) in reinitializeBegin()
198 public boolean evaluateStep(final StepInterpolator interpolator) in evaluateStep()
DCombinedEventsManager.java123 public boolean evaluateStep(final StepInterpolator interpolator) in evaluateStep()

12