public static interface HeaderItemDecoration.HeaderItemDecorationListener
| Modifier and Type | Method and Description |
|---|---|
void |
bindHeaderData(android.view.View header,
int section) |
int |
firstPositionForSection(int section) |
android.view.View |
getHeaderView(RecyclerView parent,
int section) |
boolean |
hasHeader(int section) |
boolean |
isLastOfSection(int position,
int section) |
boolean |
isStickHeaderForSection(int section) |
int |
lastPositionForSection(int section) |
android.view.View getHeaderView(RecyclerView parent,
int section)
void bindHeaderData(android.view.View header,
int section)
boolean hasHeader(int section)
boolean isLastOfSection(int position,
int section)
int firstPositionForSection(int section)
int lastPositionForSection(int section)
boolean isStickHeaderForSection(int section)