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

/packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/
H A DFlingUpDownMethod.java144 private Animator vibrationAnimator; field in class:FlingUpDownMethod
1075 if (vibrationAnimator != null) {
1076 vibrationAnimator.end();
1077 vibrationAnimator = null;
1096 if (vibrationAnimator != null) {
1097 vibrationAnimator.end();
1102 vibrationAnimator =
1105 vibrationAnimator.setDuration(VIBRATION_TIME_MILLIS);
1106 vibrationAnimator.setInterpolator(new VibrateInterpolator(getContext()));
1108 animatorSet.play(vibrationAnimator)
[all...]

Completed in 991 milliseconds