Searched refs:swipeProgress (Results 1 – 1 of 1) sorted by relevance
143 private float swipeProgress; field in FlingUpDownMethod166 swipeProgress = 0; in onStart()237 swipeProgress = 0; in onCreateView()272 swipeProgress = progress; in onProgressChanged()413 final float clampedProgress = MathUtil.clamp(swipeProgress, -1 /* min */, 1 /* max */); in updateSwipeTextAndPuckForTouch()