Searched refs:isPivot (Results 1 – 2 of 2) sorted by relevance
53 val isPivot: Boolean, in <lambda>() constant in androidx.compose.material3.carousel.Keyline72 val pivotIndex: Int = indexOfFirst { it.isPivot } in <lambda>()445 isPivot = true, in add()469 isPivot = false, in add()500 isPivot = false, in add()550 isPivot = if (fraction < .5f) start.isPivot else end.isPivot, in lerp()
703 assertThat(actual.isPivot).isEqualTo(expected.isPivot) in <lambda>()