Home
last modified time | relevance | path

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

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