public abstract class SortFunction
extends java.lang.Object
Constructor and Description |
---|
SortFunction() |
Modifier and Type | Method and Description |
---|---|
abstract java.util.List<SpruceTimedView> |
getViewListWithTimeOffsets(android.view.ViewGroup parent,
java.util.List<android.view.View> children)
Get a list of SpruceTimedView
|
public abstract java.util.List<SpruceTimedView> getViewListWithTimeOffsets(android.view.ViewGroup parent, java.util.List<android.view.View> children)
parent
- ViewGroup parent of the collection of child viewschildren
- List of views to be animated