Package 

Class GridLayoutManager.LayoutParams

    • Constructor Detail

      • GridLayoutManager.LayoutParams

        GridLayoutManager.LayoutParams(int width, int height)
    • Method Detail

      • getSpanIndex

         int getSpanIndex()

        Returns the current span index of this View. If the View is not laid out yet, the returnvalue is undefined.

        Starting with RecyclerView 24.2.0, span indices are always indexed from position 0even if the layout is RTL. In a vertical GridLayoutManager, leftmost span is span0 if the layout is LTR and rightmost span is span 0 if the layout isRTL. Prior to 24.2.0, it was the opposite which was conflicting with getSpanIndex.

        If the View occupies multiple spans, span with the minimum index is returned.

      • getSpanSize

         int getSpanSize()

        Returns the number of spans occupied by this View. If the View not laid out yet, thereturn value is undefined.