Searched refs:mEffectStrength (Results 1 – 2 of 2) sorted by relevance
46 private final int mEffectStrength; field in PrebakedSegment51 mEffectStrength = in.readInt(); in PrebakedSegment()58 mEffectStrength = effectStrength; in PrebakedSegment()66 return mEffectStrength; in getEffectStrength()149 if (effectStrength != mEffectStrength && isValidEffectStrength(effectStrength)) { in applyEffectStrength()185 if (!isValidEffectStrength(mEffectStrength)) { in validate()187 "Unknown prebaked effect strength (value=" + mEffectStrength + ")"); in validate()199 && mEffectStrength == other.mEffectStrength; in equals()204 return Objects.hash(mEffectId, mFallback, mEffectStrength); in hashCode()210 + ", strength=" + VibrationEffect.effectStrengthToString(mEffectStrength) in toString()[all …]
39493 Landroid/os/VibrationEffect$Prebaked;->mEffectStrength:I