Lines Matching defs:toY
68 final float toY = size.y * 0.75f; in dragQuarterScreenDown() local
98 final float toY = size.y * 0.25f; in dragQuarterScreenUp() local
235 float toY = screenHeight - 1; in dragViewToBottom() local
478 float toY = 0; in dragViewToTop() local
598 int toY) { in dragViewTo()
615 int toY) { in dragViewTo()
696 int toY) { in dragViewToY()
711 public static int dragViewToY(InstrumentationTestCase test, View v, int gravity, int toY) { in dragViewToY()
743 float fromY, float toY, int stepCount) { in drag()
744 drag((InstrumentationTestCase) test, fromX, toX, fromY, toY, stepCount); in drag() local
758 float toY, int stepCount) { in drag()