Home
last modified time | relevance | path

Searched defs:getScrollViewportLength (Results 1 – 2 of 2) sorted by relevance

/compose/ui/ui/src/androidMain/kotlin/androidx/compose/ui/platform/
DSemanticsUtils.android.kt69 internal fun getScrollViewportLength(configuration: SemanticsConfiguration): Float? { in getScrollViewportLength() method
/compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/semantics/
DSemanticsProperties.kt1510 fun SemanticsPropertyReceiver.getScrollViewportLength( in SemanticsPropertyReceiver() method