接口 PageDecorationLastJudge

  • 所有已知实现类:
    HorizontalPageLayoutManager

    public interface PageDecorationLastJudge
    Refer to:https://blog.csdn.net/Y_sunny_U/article/details/89500464
    • 方法详细资料

      • isLastRow

        boolean isLastRow​(int position)
        Is the last row in one page
        参数:
        position -
        返回:
      • isLastColumn

        boolean isLastColumn​(int position)
        Is the last Colum in one row;
        参数:
        position -
        返回:
      • isPageLast

        boolean isPageLast​(int position)