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

/packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/
H A DFlingUpDownMethod.java142 private float swipeProgress; field in class:FlingUpDownMethod
164 swipeProgress = 0;
231 swipeProgress = 0;
265 swipeProgress = progress;
404 final float clampedProgress = MathUtil.clamp(swipeProgress, -1 /* min */, 1 /* max */);

Completed in 129 milliseconds