Searched refs:toAttributes (Results 1 – 4 of 4) sorted by relevance
255 assertThat(HapticAttributes(HapticAttributes.USAGE_TOUCH).toAttributes()).isNull() in toAttributes_belowApi21_returnsNull()266 val attrs = hapticAttributes.toAttributes() in toAttributes_api21To32_returnsAudioAttributes()278 val attrs = hapticAttributes.toAttributes() in toAttributes_api33AndAbove_returnsVibrationAttributes()
119 internal fun toAttributes(): AttributesWrapper? = HapticAttributesConverter.toAttributes(this) in hashCode() method in androidx.core.haptics.HapticAttributes
55 signal.toVibration()?.let { vibration -> vibrator.vibrate(vibration, attrs.toAttributes()) } in <lambda>()
79 internal fun toAttributes(attrs: HapticAttributes): AttributesWrapper? = in toAttributes() method