Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/
DFlingUpDownMethod.java419 final float progressSlots = 9; in updateSwipeTextAndPuckForTouch() local
422 float swipeTextAlpha = Math.max(0, 1 - Math.abs(clampedProgress) * progressSlots); in updateSwipeTextAndPuckForTouch()