Searched refs:snapDistance (Results 1 – 1 of 1) sorted by relevance
934 val snapDistance = in handleScrollEvent() constant938 snapAccumulator -= snapThreshold * snapDistance in handleScrollEvent()942 "Snap threshold reached: snapDistance:$snapDistance, " + in handleScrollEvent()947 (!snapBehaviour.topEdgeReached() && snapDistance < 0) || in handleScrollEvent()948 (!snapBehaviour.bottomEdgeReached() && snapDistance > 0) in handleScrollEvent()953 snapBehaviour.prepareSnapForItems(snapDistance, sequentialSnap) in handleScrollEvent()1044 val snapDistance = sign(snapAccumulator).toInt() in handleScrollEvent() constant1048 "Snap threshold reached: snapDistance:$snapDistance, " + in handleScrollEvent()1053 snapBehaviour.prepareSnapForItems(snapDistance, sequentialSnap) in handleScrollEvent()