Searched refs:startDragging (Results 1 – 4 of 4) sorted by relevance
110 dividerView.startDragging(true /* animate */, false /* touching */); in handleDockKey()
247 startDragging(true /* animate */, false /* touching */);411 public boolean startDragging(boolean animate, boolean touching) { in startDragging() method in DividerView506 boolean result = startDragging(true /* animate */, true /* touching */); in onTouch()1285 startDragging(false /* animate */, false /* touching */); in onBusEvent()1297 startDragging(false /* animate */, false /* touching */); in onBusEvent()1333 startDragging(false /* animate */, false /* touching */); in onBusEvent()
731 startDragging(y); in onInterceptTouchEvent()1029 startDragging(y); in onTouchEvent()1079 private void startDragging(float y) { in startDragging() method in SwipeRefreshLayout
238 mDivider.getView().startDragging(false /* animate */, true /* touching*/); in handleDragActionMoveEvent()