package

androidx.camera.viewfinder.internal.quirk

Interfaces

QuirkDefines an inconsistency, a limitation, or any behavior that deviates from the standard behavior.

Classes

DeviceQuirksProvider of device specific quirks for the view module, which are used for device specific workarounds.
DeviceQuirksLoaderLoads all device specific quirks required for the current device
QuirksWraps a list of Quirks, allowing to easily retrieve a Quirk instance by its class.
SurfaceViewNotCroppedByParentQuirkA quirk where a scaled up SurfaceView is not cropped by the parent View.
SurfaceViewStretchedQuirkA quirk where SurfaceView is stretched.