Lines Matching defs:fromY
67 final float fromY = size.y * 0.5f; in dragQuarterScreenDown() local
97 final float fromY = size.y * 0.5f; in dragQuarterScreenUp() local
234 float fromY = xy[1] + (viewHeight / 2.0f); in dragViewToBottom() local
477 float fromY = xy[1] + (viewHeight / 2.0f); in dragViewToTop() local
571 final int fromY = xy[1]; in dragViewBy() local
621 final int fromY = xy[1]; in dragViewTo() local
670 final int fromY = xy[1]; in dragViewToX() local
717 final int fromY = xy[1]; in dragViewToY() local
743 float fromY, float toY, int stepCount) { in drag()
744 drag((InstrumentationTestCase) test, fromX, toX, fromY, toY, stepCount); in drag() local
757 public static void drag(InstrumentationTestCase test, float fromX, float toX, float fromY, in drag()