Class BlockBoxing.AbstractRelayoutDataList

    • Constructor Detail

      • AbstractRelayoutDataList

        private AbstractRelayoutDataList()
    • Method Detail

      • getChildOffset

        abstract int getChildOffset​(int boxIndex)
      • getLayoutState

        abstract LayoutState getLayoutState​(int boxIndex)
      • setLayoutState

        abstract void setLayoutState​(int boxIndex,
                                     LayoutState state)
      • setChildOffset

        abstract void setChildOffset​(int boxIndex,
                                     int childOffset)
      • getRunStart

        abstract int getRunStart​(int endRunIndex)
      • isEndsRun

        abstract boolean isEndsRun​(int boxIndex)
      • configureRun

        abstract void configureRun​(int boxIndex,
                                   BlockBox previous,
                                   BlockBox current)