Searched refs:mEffectId (Results 1 – 3 of 3) sorted by relevance
36 private final int mEffectId; field in PrebakedSegment41 mEffectId = in.readInt(); in PrebakedSegment()48 mEffectId = effectId; in PrebakedSegment()54 return mEffectId; in getEffectId()84 switch (mEffectId) { in areVibrationFeaturesSupported()99 switch (mEffectId) { in isHapticFeedbackCandidate()159 switch (mEffectId) { in validate()170 if (mEffectId < ringtones[0] || mEffectId > ringtones[ringtones.length - 1]) { in validate()187 return mEffectId == other.mEffectId in equals()194 return Objects.hash(mEffectId, mFallback, mEffectStrength); in hashCode()[all …]
61 int mEffectId = 0; field in SimplePlayer141 mMediaPlayer.attachAuxEffect(mEffectId); in playOrPause()181 mEffectId = effectId; in attachAuxEffect()
40135 Landroid/os/VibrationEffect$Prebaked;->mEffectId:I