ErrLookup › Baseflow/PhotoView
Baseflow/PhotoView
Implementation of ImageView for Android that supports zooming, by various touch gestures. · Java · 26 source files
Analyzed at 565505d5cb on 2026-08-14. 5 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| Matrix cannot be null | exception | error | photoview, android, null-check, matrix, zoom, illegalargumentexception |
| Scale must be within the range of minScale and maxScale | exception | error | photoview, android, zoom, bounds-check, illegalargumentexception |
| Minimum zoom has to be less than Medium zoom. Call setMinimu | exception | error | photoview, android, zoom, validation, configuration, illegalargumentexception |
| Medium zoom has to be less than Maximum zoom. Call setMaximu | exception | error | photoview, android, zoom, validation, configuration, illegalargumentexception |
| Matrix scale type is not supported | exception | error | photoview, android, scaletype, matrix, illegalstateexception, imageview |