Searched defs:stopDragging (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/ |
D | DividerView.java | 423 public void stopDragging(int position, float velocity, boolean avoidDismissStart, in stopDragging() method in DividerView 431 public void stopDragging(int position, SnapTarget target, long duration, in stopDragging() method in DividerView 436 public void stopDragging(int position, SnapTarget target, long duration, in stopDragging() method in DividerView 441 public void stopDragging(int position, SnapTarget target, long duration, long startDelay, in stopDragging() method in DividerView 449 private void stopDragging() { in stopDragging() method in DividerView
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | DragDownHelper.java | 221 private void stopDragging() { in stopDragging() method in DragDownHelper
|