Fixed
Status Update
Comments
sc...@google.com <sc...@google.com>
ap...@google.com <ap...@google.com> #2
Any suggestions on where such an interface might live? I don't think it makes sense for the interface to be in the drawerlayout artifact if you're specifically going to use the interface to *not* use DrawerLayout.
sc...@google.com <sc...@google.com> #3
androidx.customview would be a good candidate. This is used by all of the widget libraries.
Description
Add a API in CameraInfo to check startFocusMetering(tap-to-focus) capability
This is helpful for apps to draw rectangle when user starts tap-to-focus. If tap-to-focus is not supported, apps can avoid showing any rectangle.