Searched refs:mEffectStrength (Results 1 – 2 of 2) sorted by relevance
38 private final int mEffectStrength; field in PrebakedSegment43 mEffectStrength = in.readInt(); in PrebakedSegment()50 mEffectStrength = effectStrength; in PrebakedSegment()58 return mEffectStrength; in getEffectStrength()139 if (effectStrength != mEffectStrength && isValidEffectStrength(effectStrength)) { in applyEffectStrength()175 if (!isValidEffectStrength(mEffectStrength)) { in validate()177 "Unknown prebaked effect strength (value=" + mEffectStrength + ")"); in validate()189 && mEffectStrength == other.mEffectStrength; in equals()194 return Objects.hash(mEffectId, mFallback, mEffectStrength); in hashCode()200 + ", strength=" + VibrationEffect.effectStrengthToString(mEffectStrength) in toString()[all …]
40136 Landroid/os/VibrationEffect$Prebaked;->mEffectStrength:I