Home
last modified time | relevance | path

Searched defs:stopDragging (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
DDividerView.java432 public void stopDragging(int position, float velocity, boolean avoidDismissStart, in stopDragging() method in DividerView
440 public void stopDragging(int position, SnapTarget target, long duration, in stopDragging() method in DividerView
445 public void stopDragging(int position, SnapTarget target, long duration, in stopDragging() method in DividerView
450 public void stopDragging(int position, SnapTarget target, long duration, long startDelay, in stopDragging() method in DividerView
458 private void stopDragging() { in stopDragging() method in DividerView
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DDragDownHelper.java218 private void stopDragging() { in stopDragging() method in DragDownHelper