Loading telecomm/java/android/telecom/Connection.java +4 −2 Original line number Diff line number Diff line Loading @@ -1718,11 +1718,13 @@ public abstract class Connection extends Conferenceable { public abstract void onSetDeviceOrientation(int rotation); /** * Sets camera zoom ratio. * Sets the camera zoom ratio. * <p> * Sent from the {@link InCallService} via {@link InCallService.VideoCall#setZoom(float)}. * * @param value The camera zoom ratio. * @param value The camera zoom ratio; for the current camera, should be a value in the * range defined by * {@link android.hardware.camera2.CameraCharacteristics#CONTROL_ZOOM_RATIO_RANGE}. */ public abstract void onSetZoom(float value); Loading telecomm/java/android/telecom/InCallService.java +4 −2 Original line number Diff line number Diff line Loading @@ -764,11 +764,13 @@ public abstract class InCallService extends Service { public abstract void setDeviceOrientation(int rotation); /** * Sets camera zoom ratio. * Sets the camera zoom ratio. * <p> * Handled by {@link Connection.VideoProvider#onSetZoom(float)}. * * @param value The camera zoom ratio. * @param value The camera zoom ratio; for the current camera, should be a value in the * range defined by * {@link android.hardware.camera2.CameraCharacteristics#CONTROL_ZOOM_RATIO_RANGE}. */ public abstract void setZoom(float value); Loading Loading
telecomm/java/android/telecom/Connection.java +4 −2 Original line number Diff line number Diff line Loading @@ -1718,11 +1718,13 @@ public abstract class Connection extends Conferenceable { public abstract void onSetDeviceOrientation(int rotation); /** * Sets camera zoom ratio. * Sets the camera zoom ratio. * <p> * Sent from the {@link InCallService} via {@link InCallService.VideoCall#setZoom(float)}. * * @param value The camera zoom ratio. * @param value The camera zoom ratio; for the current camera, should be a value in the * range defined by * {@link android.hardware.camera2.CameraCharacteristics#CONTROL_ZOOM_RATIO_RANGE}. */ public abstract void onSetZoom(float value); Loading
telecomm/java/android/telecom/InCallService.java +4 −2 Original line number Diff line number Diff line Loading @@ -764,11 +764,13 @@ public abstract class InCallService extends Service { public abstract void setDeviceOrientation(int rotation); /** * Sets camera zoom ratio. * Sets the camera zoom ratio. * <p> * Handled by {@link Connection.VideoProvider#onSetZoom(float)}. * * @param value The camera zoom ratio. * @param value The camera zoom ratio; for the current camera, should be a value in the * range defined by * {@link android.hardware.camera2.CameraCharacteristics#CONTROL_ZOOM_RATIO_RANGE}. */ public abstract void setZoom(float value); Loading