Searched refs:SCALE_GAMMA (Results 1 – 1 of 1) sorted by relevance
57 private static final float SCALE_GAMMA = 0.65f; field in VibrationEffect607 float scale = MathUtils.pow(scaleFactor, 1f / SCALE_GAMMA); in scale()