Package-level declarations
Types
A COUI (ColorOS) haptic effect, mapped to OPLUS linear-motor feedback constants on Android and to the closest standard haptic on every other platform.
COUI default Indication that draws a rectangular state layer overlay when pressed or hovered.
A COUI OverscrollEffect implementing spring-based overscroll physics identical to overScrollVertical and overScrollHorizontal.
A COUI implementation of OverscrollFactory that creates OverscrollEffect instances with the same spring-based overscroll physics as overScrollVertical and overScrollHorizontal.
A util class for show popup and dialog.
OverScrollState is used to control the overscroll effect.
The type of visual feedback to apply when the component is pressed.
Properties
LocalOverScrollState is used to provide the OverScrollState instance to the composition.
Functions
Configure component to receive press via accessibility "press" event.
Performs a CouiHapticEffect. On OPLUS/ColorOS devices this invokes the matching linear-motor waveform through View.performHapticFeedback; on other Android builds and on non-Android targets it falls back to the closest standard Compose haptic.
Performs a CouiHapticEffect. On OPLUS/ColorOS devices this invokes the matching linear-motor waveform through View.performHapticFeedback; on other Android builds and on non-Android targets it falls back to the closest standard Compose haptic.
Performs a CouiHapticEffect. On OPLUS/ColorOS devices this invokes the matching linear-motor waveform through View.performHapticFeedback; on other Android builds and on non-Android targets it falls back to the closest standard Compose haptic.
Performs a CouiHapticEffect. On OPLUS/ColorOS devices this invokes the matching linear-motor waveform through View.performHapticFeedback; on other Android builds and on non-Android targets it falls back to the closest standard Compose haptic.
Performs a CouiHapticEffect. On OPLUS/ColorOS devices this invokes the matching linear-motor waveform through View.performHapticFeedback; on other Android builds and on non-Android targets it falls back to the closest standard Compose haptic.
Performs a CouiHapticEffect. On OPLUS/ColorOS devices this invokes the matching linear-motor waveform through View.performHapticFeedback; on other Android builds and on non-Android targets it falls back to the closest standard Compose haptic.
Applies a haptic feedback effect when a scrollable container is flung to its boundaries.