summaryrefslogtreecommitdiffstats
path: root/java/com/android/incallui/answer
diff options
context:
space:
mode:
authorEric Erfanian <erfanian@google.com>2017-03-16 11:07:39 -0700
committerEric Erfanian <erfanian@google.com>2017-03-16 11:12:53 -0700
commit1019500220518fb5fb023fcb7d370ab3cbf12307 (patch)
treef638cd81db6951acb34f20caf68d1e5d26191adb /java/com/android/incallui/answer
parentd5e47f6da5b08b13ecdfa7f1edc7e12aeb83fab9 (diff)
downloadandroid_packages_apps_Dialer-1019500220518fb5fb023fcb7d370ab3cbf12307.tar.gz
android_packages_apps_Dialer-1019500220518fb5fb023fcb7d370ab3cbf12307.tar.bz2
android_packages_apps_Dialer-1019500220518fb5fb023fcb7d370ab3cbf12307.zip
Update dialer to tap green cl 150332012.
Test: Treehugger Change-Id: If2baab1d3fc2dee602a4f784bba532182e7174f5
Diffstat (limited to 'java/com/android/incallui/answer')
-rw-r--r--java/com/android/incallui/answer/impl/answermethod/FlingUpDownMethod.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/java/com/android/incallui/answer/impl/answermethod/FlingUpDownMethod.java b/java/com/android/incallui/answer/impl/answermethod/FlingUpDownMethod.java
index 6e8e1f7bf..587b923c4 100644
--- a/java/com/android/incallui/answer/impl/answermethod/FlingUpDownMethod.java
+++ b/java/com/android/incallui/answer/impl/answermethod/FlingUpDownMethod.java
@@ -388,10 +388,6 @@ public class FlingUpDownMethod extends AnswerMethod implements OnProgressChanged
// Since the animation progression is controlled by user gesture instead of real timeline, the
// spec timeline can be divided into 9 slots. Each slot is equivalent to 83ms in the spec.
// Therefore, we use 9 slots of 83ms to map user gesture into the spec timeline.
- //
- // See specs -
- // Accept: https://direct.googleplex.com/#/spec/8510001
- // Decline: https://direct.googleplex.com/#/spec/3850001
final float progressSlots = 9;
// Fade out the "swipe up to answer". It only takes 1 slot to complete the fade.