Searched defs:stopDragging (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DDragDownHelper.java141 stopDragging();
146 stopDragging();
218 private void stopDragging() { method in class:DragDownHelper
/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
H A DDividerView.java248 stopDragging(currentPosition, nextTarget, 250, Interpolators.FAST_OUT_SLOW_IN);
432 public void stopDragging(int position, float velocity, boolean avoidDismissStart, method in class:DividerView
440 public void stopDragging(int position, SnapTarget target, long duration, method in class:DividerView
442 stopDragging(position, target, duration, 0 /* startDelay*/, 0 /* endDelay */, interpolator);
445 public void stopDragging(int position, SnapTarget target, long duration, method in class:DividerView
447 stopDragging(position, target, duration, 0 /* startDelay*/, endDelay, interpolator);
450 public void stopDragging(int position, SnapTarget target, long duration, long startDelay, method in class:DividerView
458 private void stopDragging() { method in class:DividerView
510 stopDragging();
542 stopDragging(positio
[all...]

Completed in 67 milliseconds