Searched defs:scaleLinearly (Results 1 – 7 of 7) sorted by relevance
135 public abstract <T extends VibrationEffectSegment> T scaleLinearly(float scaleFactor); in scaleLinearly() method in VibrationEffectSegment
150 public StepSegment scaleLinearly(float scaleFactor) { in scaleLinearly() method in StepSegment
146 public BasicPwleSegment scaleLinearly(float scaleFactor) { in scaleLinearly() method in BasicPwleSegment
162 public RampSegment scaleLinearly(float scaleFactor) { in scaleLinearly() method in RampSegment
158 public PwleSegment scaleLinearly(float scaleFactor) { in scaleLinearly() method in PwleSegment
137 public PrimitiveSegment scaleLinearly(float scaleFactor) { in scaleLinearly() method in PrimitiveSegment
741 public static float scaleLinearly(float intensity, float scaleFactor) { in scaleLinearly() method in VibrationEffect