Home | History | Annotate | Download | only in replicaisland

Lines Matching defs:sign

104 				final float magnitude = magnitudeRamp * Utils.sign(offset) * SLIDER_FILTER * mMovementSensitivity;
105 sliderOffset = magnitudeRamp * Utils.sign(offset);
152 int sign = Utils.sign(x);
153 x = x - (sign * ROLL_DECAY * timeDelta);
154 if (Utils.sign(x) != sign) {
160 int sign = Utils.sign(y);
161 y = y - (sign * ROLL_DECAY * timeDelta);
162 if (Utils.sign(x) != sign) {