Searched refs:bottom (Results 1 – 3 of 3) sorted by relevance
302 if (child.top >= height || child.bottom <= 0) { in RecyclerView()324 return PositionSnapshot(item = item, top = itemView.top, bottom = itemView.bottom) in captureSnapshot()389 data class PositionSnapshot(val item: Item, val top: Int, val bottom: Int) constant in PositionSnapshot
517 if (view.top < RV_HEIGHT && view.bottom > 0) { in <lambda>()
121 modifier = Modifier.padding(bottom = 10.dp).background(Color.Red).fillMaxWidth(), in PagingWithLazyList()