Removing extra haptic feedback. am: 7660bca509 am: db7ef9378a

am: 4b592938c8

* commit '4b592938c84888e546757727a64fa10cdf0034c8':
  Removing extra haptic feedback.

Change-Id: Ic2062ade25f7c83736cb3c504c3e5bb387738417
This commit is contained in:
Winson
2016-05-23 18:41:28 +00:00
committed by android-build-merger

View File

@@ -1065,9 +1065,6 @@ public class DividerView extends FrameLayout implements OnTouchListener,
mEntranceAnimationRunning = true;
resizeStack(position, mSnapAlgorithm.getMiddleTarget().position,
mSnapAlgorithm.getMiddleTarget());
// Vibrate after docking
performHapticFeedback(HapticFeedbackConstants.VIRTUAL_KEY);
}
public final void onBusEvent(RecentsDrawnEvent drawnEvent) {
@@ -1105,9 +1102,6 @@ public class DividerView extends FrameLayout implements OnTouchListener,
mExitStartPosition = getCurrentPosition();
stopDragging(mExitStartPosition, target, 336 /* duration */, 100 /* startDelay */,
0 /* endDelay */, Interpolators.FAST_OUT_SLOW_IN);
// Vibrate after undocking
performHapticFeedback(HapticFeedbackConstants.VIRTUAL_KEY);
}
}
}