public class

RecyclerView.LayoutManager.Properties

extends java.lang.Object

 java.lang.Object

↳androidx.recyclerview.widget.RecyclerView.LayoutManager.Properties

Overview

Some general properties that a LayoutManager may want to use.

Summary

Fields
public intorientation

public booleanreverseLayout

public intspanCount

public booleanstackFromEnd

Constructors
publicProperties()

Methods
from java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Fields

public int orientation

public int spanCount

public boolean reverseLayout

public boolean stackFromEnd

Constructors

public Properties()