Home
last modified time | relevance | path

Searched refs:SCALE_GAMMA (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/os/
DVibrationEffect.java57 private static final float SCALE_GAMMA = 0.65f; field in VibrationEffect
607 float scale = MathUtils.pow(scaleFactor, 1f / SCALE_GAMMA); in scale()