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/stackdivider/
DDividerView.java215 stopDragging(currentPosition, nextTarget, 250, Interpolators.FAST_OUT_SLOW_IN);
363 public void stopDragging(int position, float velocity, boolean avoidDismissStart, in stopDragging() method in DividerView
371 public void stopDragging(int position, SnapTarget target, long duration, in stopDragging() method in DividerView
373 stopDragging(position, target, duration, 0 /* startDelay*/, 0 /* endDelay */, interpolator); in stopDragging()
376 public void stopDragging(int position, SnapTarget target, long duration, in stopDragging() method in DividerView
378 stopDragging(position, target, duration, 0 /* startDelay*/, endDelay, interpolator); in stopDragging()
381 public void stopDragging(int position, SnapTarget target, long duration, long startDelay, in stopDragging() method in DividerView
389 private void stopDragging() { in stopDragging() method in DividerView
436 stopDragging(); in onTouch()
468 stopDragging(position, isHorizontalDivision() ? mVelocityTracker.getYVelocity() in onTouch()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DDragDownHelper.java139 stopDragging(); in onTouchEvent()
144 stopDragging(); in onTouchEvent()
213 private void stopDragging() { in stopDragging() method in DragDownHelper
/frameworks/base/packages/SystemUI/src/com/android/systemui/shortcut/
DShortcutKeyDispatcher.java118 dividerView.stopDragging(target.position, 0f, true /* avoidDismissStart */, in handleDockKey()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavigationBarGestureHelper.java246 mDivider.getView().stopDragging(mIsVertical in handleDragActionUpEvent()