Searched defs:diff (Results 1 – 11 of 11) sorted by relevance
178 val diff = remainingPx + scrollDelta in consumeDeltaScroll() constant188 val diff = remainingPx + scrollDelta in consumeDeltaScroll() constant
1236 val diff = (newConstraints.maxWidth - oldConstraints.maxWidth).absoluteValue in shouldInvalidateOnFixedWidth() constant1280 val diff = (newConstraints.maxHeight - oldConstraints.maxHeight).absoluteValue in shouldInvalidateOnFixedHeight() constant
230 public boolean diff(CustomAttribute customAttribute) { in diff() method in CustomAttribute
75 private boolean diff(float a, float b) { in diff() method in MotionConstrainedPoint
283 public boolean diff(CustomVariable customAttribute) { in diff() method in CustomVariable
304 private boolean diff(float a, float b) { in diff() method in MotionPaths
80 private boolean diff(float a, float b) { in diff() method in MotionConstrainedPoint
364 private boolean diff(float a, float b) { in diff() method in MotionPaths
248 public boolean diff(ConstraintAttribute constraintAttribute) { in diff() method in ConstraintAttribute
295 private static double diff(double h, double x, double y1, double y2, double t1, double t2) { in diff() method in MonotonicCurveFit
822 float diff = Math.abs(positionDiff1 - positionDiff2); in estimateBinaryProbability() local