public class PagerGridLayoutManager
extends androidx.recyclerview.widget.RecyclerView.LayoutManager
implements androidx.recyclerview.widget.RecyclerView.SmoothScroller.ScrollVectorProvider
限定符和类型 | 类和说明 |
---|---|
static interface |
PagerGridLayoutManager.OrientationType |
static interface |
PagerGridLayoutManager.PageListener |
限定符和类型 | 字段和说明 |
---|---|
static int |
HORIZONTAL |
static int |
VERTICAL |
构造器和说明 |
---|
PagerGridLayoutManager(int rows,
int columns,
int orientation)
构造函数
|
限定符和类型 | 方法和说明 |
---|---|
boolean |
canScrollHorizontally()
是否可以水平滚动
|
boolean |
canScrollVertically()
是否可以垂直滚动
|
android.graphics.PointF |
computeScrollVectorForPosition(int targetPosition)
计算到目标位置需要滚动的距离
RecyclerView.SmoothScroller.ScrollVectorProvider |
android.view.View |
findSnapView()
获取需要对齐的View
|
androidx.recyclerview.widget.RecyclerView.LayoutParams |
generateDefaultLayoutParams()
创建默认布局参数
|
int |
getOffsetX()
获取当前 X 轴偏移量
|
int |
getOffsetY()
获取当前 Y 轴偏移量
|
boolean |
isAllowContinuousScroll()
是否允许连续滚动,默认为允许
|
void |
nextPage()
下一页
|
void |
onAttachedToWindow(androidx.recyclerview.widget.RecyclerView view) |
void |
onLayoutChildren(androidx.recyclerview.widget.RecyclerView.Recycler recycler,
androidx.recyclerview.widget.RecyclerView.State state)
布局子View
|
void |
onLayoutCompleted(androidx.recyclerview.widget.RecyclerView.State state)
布局结束
|
void |
onMeasure(androidx.recyclerview.widget.RecyclerView.Recycler recycler,
androidx.recyclerview.widget.RecyclerView.State state,
int widthMeasureSpec,
int heightMeasureSpec)
处理测量逻辑
|
void |
onScrollStateChanged(int state)
监听滚动状态,滚动结束后通知当前选中的页面
|
void |
prePage()
上一页
|
int |
scrollHorizontallyBy(int dx,
androidx.recyclerview.widget.RecyclerView.Recycler recycler,
androidx.recyclerview.widget.RecyclerView.State state)
水平滚动
|
void |
scrollToPage(int pageIndex)
滚动到指定页面
|
void |
scrollToPosition(int position) |
int |
scrollVerticallyBy(int dy,
androidx.recyclerview.widget.RecyclerView.Recycler recycler,
androidx.recyclerview.widget.RecyclerView.State state)
垂直滚动
|
void |
setAllowContinuousScroll(boolean allowContinuousScroll)
设置是否允许连续滚动
|
void |
setChangeSelectInScrolling(boolean changeSelectInScrolling)
设置是否在滚动状态更新选中页码
|
int |
setOrientationType(int orientation)
设置滚动方向
|
void |
setPageListener(PagerGridLayoutManager.PageListener pageListener) |
void |
smoothNextPage()
平滑滚动到下一页
|
void |
smoothPrePage()
平滑滚动到上一页
|
void |
smoothScrollToPage(int pageIndex)
平滑滚动到指定页面
|
void |
smoothScrollToPosition(androidx.recyclerview.widget.RecyclerView recyclerView,
androidx.recyclerview.widget.RecyclerView.State state,
int position) |
addDisappearingView, addDisappearingView, addView, addView, assertInLayoutOrScroll, assertNotInLayoutOrScroll, attachView, attachView, attachView, calculateItemDecorationsForChild, checkLayoutParams, chooseSize, collectAdjacentPrefetchPositions, collectInitialPrefetchPositions, computeHorizontalScrollExtent, computeHorizontalScrollOffset, computeHorizontalScrollRange, computeVerticalScrollExtent, computeVerticalScrollOffset, computeVerticalScrollRange, detachAndScrapAttachedViews, detachAndScrapView, detachAndScrapViewAt, detachView, detachViewAt, endAnimation, findContainingItemView, findViewByPosition, generateLayoutParams, generateLayoutParams, getBaseline, getBottomDecorationHeight, getChildAt, getChildCount, getChildMeasureSpec, getChildMeasureSpec, getClipToPadding, getColumnCountForAccessibility, getDecoratedBottom, getDecoratedBoundsWithMargins, getDecoratedLeft, getDecoratedMeasuredHeight, getDecoratedMeasuredWidth, getDecoratedRight, getDecoratedTop, getFocusedChild, getHeight, getHeightMode, getItemCount, getItemViewType, getLayoutDirection, getLeftDecorationWidth, getMinimumHeight, getMinimumWidth, getPaddingBottom, getPaddingEnd, getPaddingLeft, getPaddingRight, getPaddingStart, getPaddingTop, getPosition, getProperties, getRightDecorationWidth, getRowCountForAccessibility, getSelectionModeForAccessibility, getTopDecorationHeight, getTransformedBoundingBox, getWidth, getWidthMode, hasFocus, ignoreView, isAttachedToWindow, isAutoMeasureEnabled, isFocused, isItemPrefetchEnabled, isLayoutHierarchical, isMeasurementCacheEnabled, isSmoothScrolling, isViewPartiallyVisible, layoutDecorated, layoutDecoratedWithMargins, measureChild, measureChildWithMargins, moveView, offsetChildrenHorizontal, offsetChildrenVertical, onAdapterChanged, onAddFocusables, onDetachedFromWindow, onDetachedFromWindow, onFocusSearchFailed, onInitializeAccessibilityEvent, onInitializeAccessibilityEvent, onInitializeAccessibilityNodeInfo, onInitializeAccessibilityNodeInfoForItem, onInterceptFocusSearch, onItemsAdded, onItemsChanged, onItemsMoved, onItemsRemoved, onItemsUpdated, onItemsUpdated, onRequestChildFocus, onRequestChildFocus, onRestoreInstanceState, onSaveInstanceState, performAccessibilityAction, performAccessibilityActionForItem, postOnAnimation, removeAllViews, removeAndRecycleAllViews, removeAndRecycleView, removeAndRecycleViewAt, removeCallbacks, removeDetachedView, removeView, removeViewAt, requestChildRectangleOnScreen, requestChildRectangleOnScreen, requestLayout, requestSimpleAnimationsInNextLayout, setAutoMeasureEnabled, setItemPrefetchEnabled, setMeasuredDimension, setMeasuredDimension, setMeasurementCacheEnabled, startSmoothScroll, stopIgnoringView, supportsPredictiveItemAnimations
public static final int VERTICAL
public static final int HORIZONTAL
public PagerGridLayoutManager(int rows, int columns, int orientation)
rows
- 行数columns
- 列数orientation
- 方向public void onAttachedToWindow(androidx.recyclerview.widget.RecyclerView view)
onAttachedToWindow
在类中 androidx.recyclerview.widget.RecyclerView.LayoutManager
public void onLayoutChildren(androidx.recyclerview.widget.RecyclerView.Recycler recycler, androidx.recyclerview.widget.RecyclerView.State state)
onLayoutChildren
在类中 androidx.recyclerview.widget.RecyclerView.LayoutManager
recycler
- Recyclerstate
- Statepublic void onLayoutCompleted(androidx.recyclerview.widget.RecyclerView.State state)
onLayoutCompleted
在类中 androidx.recyclerview.widget.RecyclerView.LayoutManager
state
- Statepublic int scrollHorizontallyBy(int dx, androidx.recyclerview.widget.RecyclerView.Recycler recycler, androidx.recyclerview.widget.RecyclerView.State state)
scrollHorizontallyBy
在类中 androidx.recyclerview.widget.RecyclerView.LayoutManager
dx
- 滚动距离recycler
- 回收器state
- 滚动状态public int scrollVerticallyBy(int dy, androidx.recyclerview.widget.RecyclerView.Recycler recycler, androidx.recyclerview.widget.RecyclerView.State state)
scrollVerticallyBy
在类中 androidx.recyclerview.widget.RecyclerView.LayoutManager
dy
- 滚动距离recycler
- 回收器state
- 滚动状态public void onScrollStateChanged(int state)
onScrollStateChanged
在类中 androidx.recyclerview.widget.RecyclerView.LayoutManager
state
- 滚动状态public androidx.recyclerview.widget.RecyclerView.LayoutParams generateDefaultLayoutParams()
generateDefaultLayoutParams
在类中 androidx.recyclerview.widget.RecyclerView.LayoutManager
public void onMeasure(androidx.recyclerview.widget.RecyclerView.Recycler recycler, androidx.recyclerview.widget.RecyclerView.State state, int widthMeasureSpec, int heightMeasureSpec)
onMeasure
在类中 androidx.recyclerview.widget.RecyclerView.LayoutManager
recycler
- RecyclerViewstate
- 状态widthMeasureSpec
- 宽度属性heightMeasureSpec
- 高估属性public boolean canScrollHorizontally()
canScrollHorizontally
在类中 androidx.recyclerview.widget.RecyclerView.LayoutManager
public boolean canScrollVertically()
canScrollVertically
在类中 androidx.recyclerview.widget.RecyclerView.LayoutManager
public int getOffsetX()
public int getOffsetY()
public android.graphics.PointF computeScrollVectorForPosition(int targetPosition)
RecyclerView.SmoothScroller.ScrollVectorProvider
computeScrollVectorForPosition
在接口中 androidx.recyclerview.widget.RecyclerView.SmoothScroller.ScrollVectorProvider
targetPosition
- 目标控件public android.view.View findSnapView()
public void setChangeSelectInScrolling(boolean changeSelectInScrolling)
changeSelectInScrolling
- true:更新、false:不更新public int setOrientationType(int orientation)
orientation
- 滚动方向public void smoothScrollToPosition(androidx.recyclerview.widget.RecyclerView recyclerView, androidx.recyclerview.widget.RecyclerView.State state, int position)
smoothScrollToPosition
在类中 androidx.recyclerview.widget.RecyclerView.LayoutManager
public void smoothPrePage()
public void smoothNextPage()
public void smoothScrollToPage(int pageIndex)
pageIndex
- 页面下标public void scrollToPosition(int position)
scrollToPosition
在类中 androidx.recyclerview.widget.RecyclerView.LayoutManager
public void prePage()
public void nextPage()
public void scrollToPage(int pageIndex)
pageIndex
- 页面下标public boolean isAllowContinuousScroll()
public void setAllowContinuousScroll(boolean allowContinuousScroll)
allowContinuousScroll
- true 允许,false 不允许public void setPageListener(PagerGridLayoutManager.PageListener pageListener)