public class IncrementalMountUtils extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
IncrementalMountUtils.WrapperView
A view that wraps a child view and that provides a wrapped view to be incrementally mounted.
|
Constructor and Description |
---|
IncrementalMountUtils() |
Modifier and Type | Method and Description |
---|---|
static void |
performIncrementalMount(ViewGroup scrollingViewParent)
Performs incremental mount on the children views of the given ViewGroup.
|