D | ItemTouchHelperTest.java | 445 drag(test, x, x, fromY, toY, stepCount); in dragViewToTop() 516 drag(test, fromX, toX, fromY, toY, distance); in dragViewTo() 543 drag(test, fromX, toX, fromY, fromY, Math.max(10, Math.abs(deltaX) / 10)); in dragViewToX() 569 drag(test, fromX, fromX, fromY, toY, deltaY); in dragViewToY() 585 public static void drag(InstrumentationTestCase test, float fromX, float toX, float fromY, in drag() method in ItemTouchHelperTest.TouchUtils
|