Fixed
Status Update
Comments
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.
pr...@google.com <pr...@google.com> #3
androidx.customview would be a good candidate. This is used by all of the widget libraries.
Description
In addition to
Mode.First
andMode.Sum
, could we addMode.Max
similarly as with memory metric?This way I could find for example the longest
onDraw
section to be able to figure out where to dive further