Home
last modified time | relevance | path

Searched refs:focalLength (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Drive/
H A DDriveFileImageMediaMetadata.php57 public $focalLength; variable in Google\\Service\\Drive\\DriveFileImageMediaMetadata
220 public function setFocalLength($focalLength) argument
222 $this->focalLength = $focalLength;
229 return $this->focalLength;
/plugin/authgoogle/google/contrib/
H A DGoogle_DriveService.php2616 public $focalLength; variable in Google_DriveFileImageMediaMetadata
2684 public function setFocalLength( $focalLength) { argument
2685 $this->focalLength = $focalLength;
2688 return $this->focalLength;