public class DefaultSort extends SortFunction
Constructor and Description |
---|
DefaultSort(long interObjectDelay)
Default sort; handles views with a provided offset delay
|
Modifier and Type | Method and Description |
---|---|
java.util.List<SpruceTimedView> |
getViewListWithTimeOffsets(android.view.ViewGroup parent,
java.util.List<android.view.View> children)
Get a list of SpruceTimedView
|
public DefaultSort(long interObjectDelay)
interObjectDelay
- (long) delay between object animationspublic java.util.List<SpruceTimedView> getViewListWithTimeOffsets(android.view.ViewGroup parent, java.util.List<android.view.View> children)
SortFunction
getViewListWithTimeOffsets
in class SortFunction
parent
- ViewGroup parent of the collection of child viewschildren
- List of views to be animated