public interface FlatMeasuredViewGroup
Helper interface to provide measuring of FlatViewGroup when needed. We don't override onMeasure
for FlatViewGroup, which means that draw commands don't contributed to the measured width and
height. This allows us to expose our calculated dimensions taking into account draw commands,
without changing the visibility of the FlatViewGroup.