Searched refs:mEffectStrength (Results 1 – 2 of 2) sorted by relevance
704 private int mEffectStrength; field in VibrationEffect.Prebaked708 mEffectStrength = in.readInt(); in Prebaked()714 mEffectStrength = EffectStrength.MEDIUM; in Prebaked()741 mEffectStrength = strength; in setEffectStrength()748 return mEffectStrength; in getEffectStrength()779 if (!isValidEffectStrength(mEffectStrength)) { in validate()781 "Unknown prebaked effect strength (value=" + mEffectStrength + ")"); in validate()793 && mEffectStrength == other.mEffectStrength; in equals()800 result += 37 * mEffectStrength; in hashCode()807 + ", mEffectStrength=" + mEffectStrength in toString()[all …]
54021 Landroid/os/VibrationEffect$Prebaked;->mEffectStrength:I