Searched refs:startDragging (Results 1 – 4 of 4) sorted by relevance
239 startDragging(true /* animate */, false /* touching */);399 public boolean startDragging(boolean animate, boolean touching) { in startDragging() method in DividerView490 boolean result = startDragging(true /* animate */, true /* touching */); in onTouch()1210 startDragging(false /* animate */, false /* touching */); in onBusEvent()1222 startDragging(false /* animate */, false /* touching */); in onBusEvent()1259 startDragging(false /* animate */, false /* touching */); in onBusEvent()
127 dividerView.startDragging(true /* animate */, false /* touching */); in handleDockKey()
716 startDragging(y); in onInterceptTouchEvent()1011 startDragging(y); in onTouchEvent()1061 private void startDragging(float y) { in startDragging() method in SwipeRefreshLayout
228 mDivider.getView().startDragging(false /* animate */, true /* touching*/); in handleDragActionMoveEvent()