public static interface FlyView.Parent
Modifier and Type | Method and Description |
---|---|
int |
getEndOffset(int childViewIndex)
Get end offset of the child with the given index.
|
int |
getStartOffset(int childViewIndex)
Get start offset of the child with the given index.
|
int getStartOffset(int childViewIndex)
childViewIndex
- >=0 index of the child.int getEndOffset(int childViewIndex)
childViewIndex
- >=0 index of the child.