Home
last modified time | relevance | path

Searched defs:activeHoverEvent (Results 1 – 3 of 3) sorted by relevance

/compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/input/pointer/
DInternalPointerInput.kt75 fun activeHoverEvent(pointerId: PointerId): Boolean method
/compose/ui/ui/src/commonStubsMain/kotlin/androidx/compose/ui/input/pointer/
DInternalPointerEvent.commonStubs.kt29 actual fun activeHoverEvent(pointerId: PointerId): Boolean = implementedInJetBrainsFork() method
/compose/ui/ui/src/androidMain/kotlin/androidx/compose/ui/input/pointer/
DInternalPointerEvent.android.kt33 actual fun activeHoverEvent(pointerId: PointerId): Boolean = in activeHoverEvent() method in androidx.compose.ui.input.pointer.InternalPointerEvent