Lines Matching refs:y
50 * @param int $y
53 public function down($x, $y)
56 new WebDriverDownAction($this->touchScreen, $x, $y)
64 * @param int $y
67 public function up($x, $y)
70 new WebDriverUpAction($this->touchScreen, $x, $y)
78 * @param int $y
81 public function move($x, $y)
84 new WebDriverMoveAction($this->touchScreen, $x, $y)
92 * @param int $y
95 public function scroll($x, $y)
98 new WebDriverScrollAction($this->touchScreen, $x, $y)
107 * @param int $y
110 public function scrollFromElement(WebDriverElement $element, $x, $y)
113 new WebDriverScrollFromElementAction($this->touchScreen, $element, $x, $y)
147 * @param int $y
150 public function flick($x, $y)
153 new WebDriverFlickAction($this->touchScreen, $x, $y)
162 * @param int $y
166 public function flickFromElement(WebDriverElement $element, $x, $y, $speed)
173 $y,