Home
last modified time | relevance | path

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

/constraintlayout/constraintlayout-compose/src/androidMain/kotlin/androidx/constraintlayout/compose/carousel/
DCarouselSwipeable.kt749 val threshold = thresholds(lower, upper) in computeTarget() constant
757 val threshold = thresholds(upper, lower) in computeTarget() constant
/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/state/
DTransitionParser.java119 float threshold = onSwipe.getFloatOrNaN("threshold"); in parseOnSwipe() local