public class

SlidingPaneLayout.LayoutParams

extends ViewGroup.MarginLayoutParams

 java.lang.Object

↳ViewGroup.MarginLayoutParams

↳androidx.slidingpanelayout.widget.SlidingPaneLayout.LayoutParams

Summary

Fields
public floatweight

The weighted proportion of how much of the leftover space this child should consume after measurement.

Constructors
publicLayoutParams()

publicLayoutParams(android.view.ViewGroup.LayoutParams source)

publicLayoutParams(Context c, AttributeSet attrs)

publicLayoutParams(int width, int height)

publicLayoutParams(MarginLayoutParams source)

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

Fields

public float weight

The weighted proportion of how much of the leftover space this child should consume after measurement.

Constructors

public LayoutParams()

public LayoutParams(int width, int height)

public LayoutParams(android.view.ViewGroup.LayoutParams source)

public LayoutParams(MarginLayoutParams source)

public LayoutParams(Context c, AttributeSet attrs)