get Content Rect
Deprecated
prefer getMeasuredContentRect instead, so you don't need to handle the case where the view isn't laid out.
Return in rect
the bounds of the actual floating action button content in view-local coordinates. This is defined as anything within any visible shadow.
Return
true if this view actually has been laid out and has a content rect, else false.