blob: f6783307e06cdc1f6b0f3d9d44ca562c366b3d36 [file] [log] [blame]
// Baseline format: 1.0
AsyncSuffixFuture: androidx.camera.view.CameraController#enableTorch(boolean):
Methods returning com.google.common.util.concurrent.ListenableFuture should have a suffix *Async to reserve unmodified name for a suspend function
AsyncSuffixFuture: androidx.camera.view.CameraController#getInitializationFuture():
Methods returning com.google.common.util.concurrent.ListenableFuture should have a suffix *Async to reserve unmodified name for a suspend function
AsyncSuffixFuture: androidx.camera.view.CameraController#setLinearZoom(float):
Methods returning com.google.common.util.concurrent.ListenableFuture should have a suffix *Async to reserve unmodified name for a suspend function
AsyncSuffixFuture: androidx.camera.view.CameraController#setZoomRatio(float):
Methods returning com.google.common.util.concurrent.ListenableFuture should have a suffix *Async to reserve unmodified name for a suspend function
InvalidNullabilityOverride: androidx.camera.view.PreviewView#onTouchEvent(android.view.MotionEvent) parameter #0:
Invalid nullability on parameter `event` in method `onTouchEvent`. Parameters of overrides cannot be NonNull if the super parameter is unannotated.