Searched refs:orientations (Results 1 – 4 of 4) sorted by relevance
38 public $orientations; variable in Google\\Service\\Testing\\AndroidMatrix85 public function setOrientations($orientations) argument87 $this->orientations = $orientations;94 return $this->orientations;
45 public function setOrientations($orientations) argument47 $this->orientations = $orientations;54 return $this->orientations;
53585 function isAnyOrientation(orientation, orientations) { argument53586 return orientations.indexOf(orientation) !== -1;