Home | History | Annotate | Download | only in one

Lines Matching defs:zoom

334         /** Zoom value. */
335 public final float zoom;
341 int heading, float zoom, float timerSeconds) {
346 this.zoom = zoom;
408 * Get the maximum zoom value.
410 * @return A float number to represent the maximum zoom value(>= 1.0).
415 * This function sets the current zoom ratio value.
417 * The zoom range must be [1.0, maxZoom]. The maxZoom can be queried by
420 * @param zoom Zoom ratio value passed to scaler.
422 public void setZoom(float zoom);