public class LastScrollData extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
fromIndex |
int |
itemCount |
int |
maxScrollX |
int |
maxScrollY |
int |
scrollX |
int |
scrollY |
int |
toIndex |
| Constructor and Description |
|---|
LastScrollData(Map<String,Long> scrollData) |
| Modifier and Type | Method and Description |
|---|---|
int |
getFromIndex() |
int |
getItemCount() |
int |
getMaxScrollX() |
int |
getMaxScrollY() |
int |
getScrollX() |
int |
getScrollY() |
int |
getToIndex() |
String |
toString() |
public int scrollX
public int scrollY
public int maxScrollX
public int maxScrollY
public int fromIndex
public int toIndex
public int itemCount
Copyright © 2022. All rights reserved.