public static interface ViewTreeObserver.OnComputeInternalInsetsListener
Modifier and Type | Method and Description |
---|---|
void |
onComputeInternalInsets(ViewTreeObserver.InternalInsetsInfo inoutInfo)
Callback method to be invoked when layout has completed and the
client can compute its interior insets.
|
void onComputeInternalInsets(ViewTreeObserver.InternalInsetsInfo inoutInfo)
inoutInfo
- Should be filled in by the implementation with
the information about the insets of the window. This is called
with whatever values the previous OnComputeInternalInsetsListener
returned, if there are multiple such listeners in the window.