Lines Matching defs:fromY
73 final float fromY = size.getHeight() * 0.5f; in dragQuarterScreenDown() local
102 final float fromY = size.getHeight() * 0.5f; in dragQuarterScreenUp() local
252 float fromY = xy[1] + (viewHeight / 2.0f); in dragViewToBottom() local
495 float fromY = xy[1] + (viewHeight / 2.0f); in dragViewToTop() local
589 final int fromY = xy[1]; in dragViewBy() local
639 final int fromY = xy[1]; in dragViewTo() local
688 final int fromY = xy[1]; in dragViewToX() local
735 final int fromY = xy[1]; in dragViewToY() local
761 float fromY, float toY, int stepCount) { in drag()
762 drag((InstrumentationTestCase) test, fromX, toX, fromY, toY, stepCount); in drag() local
775 public static void drag(InstrumentationTestCase test, float fromX, float toX, float fromY, in drag()