Searched refs:swipeProgress (Results 1 – 3 of 3) sorted by relevance
246 float swipeProgress = getSwipeProgressForOffset(animView, translation); in updateSwipeProgressFromOffset() local247 if (!mCallback.updateSwipeProgress(animView, dismissable, swipeProgress)) { in updateSwipeProgressFromOffset()250 if (swipeProgress != 0f && swipeProgress != 1f) { in updateSwipeProgressFromOffset()256 animView.setAlpha(getSwipeAlpha(swipeProgress)); in updateSwipeProgressFromOffset()842 boolean updateSwipeProgress(View animView, boolean dismissable, float swipeProgress); in updateSwipeProgress() argument
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()
545 float swipeProgress) {