Home
last modified time | relevance | path

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

/compose/ui/ui/src/androidMain/kotlin/androidx/compose/ui/platform/
DAndroidComposeViewAccessibilityDelegateCompat.android.kt505 val topLeftInScreen = in boundsInScreen() constant
1709 val topLeftInScreen = view.localToScreen(Offset(visibleBounds.left, visibleBounds.top)) in toScreenCoords() constant