Searched refs:mEffectStrength (Results 1 – 2 of 2) sorted by relevance
705 private int mEffectStrength; field in VibrationEffect.Prebaked709 mEffectStrength = in.readInt(); in Prebaked()715 mEffectStrength = EffectStrength.MEDIUM; in Prebaked()742 mEffectStrength = strength; in setEffectStrength()749 return mEffectStrength; in getEffectStrength()780 if (!isValidEffectStrength(mEffectStrength)) { in validate()782 "Unknown prebaked effect strength (value=" + mEffectStrength + ")"); in validate()794 && mEffectStrength == other.mEffectStrength; in equals()801 result += 37 * mEffectStrength; in hashCode()808 + ", mEffectStrength=" + mEffectStrength in toString()[all …]
57993 Landroid/os/VibrationEffect$Prebaked;->mEffectStrength:I