Searched refs:prebaked (Results 1 – 1 of 1) sorted by relevance
238 VibrationEffect.Prebaked prebaked = (VibrationEffect.Prebaked) effect; in isHapticFeedback() local239 switch (prebaked.getId()) { in isHapticFeedback()825 VibrationEffect.Prebaked prebaked = (VibrationEffect.Prebaked)vib.effect; in applyVibrationIntensityScalingLocked() local826 prebaked.setEffectStrength(intensityToEffectStrength(intensity)); in applyVibrationIntensityScalingLocked()1099 final VibrationEffect.Prebaked prebaked = (VibrationEffect.Prebaked) vib.effect; in doVibratorPrebakedEffectLocked() local1106 long timeout = vibratorPerformEffect(prebaked.getId(), in doVibratorPrebakedEffectLocked()1107 prebaked.getEffectStrength()); in doVibratorPrebakedEffectLocked()1113 if (!prebaked.shouldFallback()) { in doVibratorPrebakedEffectLocked()1116 VibrationEffect effect = getFallbackEffect(prebaked.getId()); in doVibratorPrebakedEffectLocked()