public class RecyclerViewProxy
extends java.lang.Object
| Constructor and Description |
|---|
RecyclerViewProxy(android.support.v7.widget.RecyclerView.LayoutManager layoutManager) |
| Modifier and Type | Method and Description |
|---|---|
void |
attachView(android.view.View view) |
void |
detachAndScrapAttachedViews(android.support.v7.widget.RecyclerView.Recycler recycler) |
void |
detachAndScrapView(android.view.View view,
android.support.v7.widget.RecyclerView.Recycler recycler) |
void |
detachView(android.view.View view) |
android.view.View |
getChildAt(int index) |
int |
getChildCount() |
int |
getHeight() |
int |
getItemCount() |
android.view.View |
getMeasuredChildForAdapterPosition(int position,
android.support.v7.widget.RecyclerView.Recycler recycler) |
int |
getMeasuredHeightWithMargin(android.view.View child) |
int |
getMeasuredWidthWithMargin(android.view.View child) |
int |
getPosition(android.view.View view) |
int |
getWidth() |
void |
layoutDecoratedWithMargins(android.view.View v,
int left,
int top,
int right,
int bottom) |
void |
offsetChildrenHorizontal(int amount) |
void |
offsetChildrenVertical(int amount) |
void |
recycleView(android.view.View view,
android.support.v7.widget.RecyclerView.Recycler recycler) |
void |
removeAllViews() |
void |
removeAndRecycleAllViews(android.support.v7.widget.RecyclerView.Recycler recycler) |
void |
requestLayout() |
void |
startSmoothScroll(android.support.v7.widget.RecyclerView.SmoothScroller smoothScroller) |
public RecyclerViewProxy(@NonNull
android.support.v7.widget.RecyclerView.LayoutManager layoutManager)
public void attachView(android.view.View view)
public void detachView(android.view.View view)
public void detachAndScrapView(android.view.View view,
android.support.v7.widget.RecyclerView.Recycler recycler)
public void detachAndScrapAttachedViews(android.support.v7.widget.RecyclerView.Recycler recycler)
public void recycleView(android.view.View view,
android.support.v7.widget.RecyclerView.Recycler recycler)
public void removeAndRecycleAllViews(android.support.v7.widget.RecyclerView.Recycler recycler)
public int getChildCount()
public int getItemCount()
public android.view.View getMeasuredChildForAdapterPosition(int position,
android.support.v7.widget.RecyclerView.Recycler recycler)
public void layoutDecoratedWithMargins(android.view.View v,
int left,
int top,
int right,
int bottom)
public android.view.View getChildAt(int index)
public int getPosition(android.view.View view)
public int getMeasuredWidthWithMargin(android.view.View child)
public int getMeasuredHeightWithMargin(android.view.View child)
public int getWidth()
public int getHeight()
public void offsetChildrenHorizontal(int amount)
public void offsetChildrenVertical(int amount)
public void requestLayout()
public void startSmoothScroll(android.support.v7.widget.RecyclerView.SmoothScroller smoothScroller)
public void removeAllViews()