Note that if the orientation is VERTICAL, the width parameter is ignored and if the
orientation is HORIZONTAL the height parameter is ignored because child view is
expected to fill all of the space given to it.
Returns the current span index of this View. If the View is not laid out yet, the return
value is undefined.
Starting with RecyclerView 24.2.0, span indices are always indexed from position 0
even if the layout is RTL. In a vertical GridLayoutManager, leftmost span is span
0 if the layout is LTR and rightmost span is span 0 if the layout is
RTL. Prior to 24.2.0, it was the opposite which was conflicting with
getSpanIndex(int, int).
If the View occupies multiple spans, span with the minimum index is returned.
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2024-04-11 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-04-11 UTC."],[],[]]