Searched refs:_scrollableRect (Results 1 – 1 of 1) sorted by relevance
43 private val _scrollableRect = MutableStateFlow<Rect?>(null) constant44 val scrollableRect: StateFlow<Rect?> = _scrollableRect133 _scrollableRect.value = rect in setScrollableRect()144 _scrollableRect.value = null in reset()