Home
last modified time | relevance | path

Searched refs:swipeProgress (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/
DFlingUpDownMethod.java143 private float swipeProgress; field in FlingUpDownMethod
166 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()