Lines Matching defs:toY
74 final float toY = size.getHeight() * 0.75f; in dragQuarterScreenDown() local
103 final float toY = size.getHeight() * 0.25f; in dragQuarterScreenUp() local
253 float toY = screenHeight - 1; in dragViewToBottom() local
496 float toY = 0; in dragViewToTop() local
616 int toY) { in dragViewTo()
633 int toY) { in dragViewTo()
714 int toY) { in dragViewToY()
729 public static int dragViewToY(InstrumentationTestCase test, View v, int gravity, int toY) { in dragViewToY()
761 float fromY, float toY, int stepCount) { in drag()
762 drag((InstrumentationTestCase) test, fromX, toX, fromY, toY, stepCount); in drag() local
776 float toY, int stepCount) { in drag()