Searched refs:stopDragging (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/ |
D | DividerView.java | 240 stopDragging(currentPosition, nextTarget, 250, Interpolators.FAST_OUT_SLOW_IN); 415 public void stopDragging(int position, float velocity, boolean avoidDismissStart, in stopDragging() method in DividerView 423 public void stopDragging(int position, SnapTarget target, long duration, in stopDragging() method in DividerView 425 stopDragging(position, target, duration, 0 /* startDelay*/, 0 /* endDelay */, interpolator); in stopDragging() 428 public void stopDragging(int position, SnapTarget target, long duration, in stopDragging() method in DividerView 430 stopDragging(position, target, duration, 0 /* startDelay*/, endDelay, interpolator); in stopDragging() 433 public void stopDragging(int position, SnapTarget target, long duration, long startDelay, in stopDragging() method in DividerView 441 private void stopDragging() { in stopDragging() method in DividerView 494 stopDragging(); in onTouch() 526 stopDragging(position, isHorizontalDivision() ? mVelocityTracker.getYVelocity() in onTouch() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | DragDownHelper.java | 141 stopDragging(); in onTouchEvent() 146 stopDragging(); in onTouchEvent() 218 private void stopDragging() { in stopDragging() method in DragDownHelper
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/shortcut/ |
D | ShortcutKeyDispatcher.java | 128 dividerView.stopDragging(target.position, 0f, false /* avoidDismissStart */, in handleDockKey()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | NavigationBarGestureHelper.java | 252 mDivider.getView().stopDragging(mIsVertical in handleDragActionUpEvent()
|