Lines Matching defs:x
49 * @param int $x
53 public function down($x, $y)
56 new WebDriverDownAction($this->touchScreen, $x, $y)
63 * @param int $x
67 public function up($x, $y)
70 new WebDriverUpAction($this->touchScreen, $x, $y)
77 * @param int $x
81 public function move($x, $y)
84 new WebDriverMoveAction($this->touchScreen, $x, $y)
91 * @param int $x
95 public function scroll($x, $y)
98 new WebDriverScrollAction($this->touchScreen, $x, $y)
106 * @param int $x
110 public function scrollFromElement(WebDriverElement $element, $x, $y)
113 new WebDriverScrollFromElementAction($this->touchScreen, $element, $x, $y)
146 * @param int $x
150 public function flick($x, $y)
153 new WebDriverFlickAction($this->touchScreen, $x, $y)
161 * @param int $x
166 public function flickFromElement(WebDriverElement $element, $x, $y, $speed)
172 $x,