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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DDragDownHelper.java140 stopDragging();
145 stopDragging();
214 private void stopDragging() { method in class:DragDownHelper
/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
H A DDividerView.java241 stopDragging(currentPosition, nextTarget, 250, Interpolators.FAST_OUT_SLOW_IN);
397 public void stopDragging(int position, float velocity, boolean avoidDismissStart, method in class:DividerView
405 public void stopDragging(int position, SnapTarget target, long duration, method in class:DividerView
407 stopDragging(position, target, duration, 0 /* startDelay*/, 0 /* endDelay */, interpolator);
410 public void stopDragging(int position, SnapTarget target, long duration, method in class:DividerView
412 stopDragging(position, target, duration, 0 /* startDelay*/, endDelay, interpolator);
415 public void stopDragging(int position, SnapTarget target, long duration, long startDelay, method in class:DividerView
423 private void stopDragging() { method in class:DividerView
476 stopDragging();
508 stopDragging(positio
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/shortcut/
H A DShortcutKeyDispatcher.java128 dividerView.stopDragging(target.position, 0f, false /* avoidDismissStart */,
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNavigationBarGestureHelper.java252 mDivider.getView().stopDragging(mIsVertical

Completed in 616 milliseconds