SlidingPaneLayout.LayoutParams

public class SlidingPaneLayout.LayoutParams extends ViewGroup.MarginLayoutParams


Summary

Public fields

float

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

Inherited Constants

From android.view.ViewGroup.LayoutParams
static final int

This field is deprecated.

static final int
static final int

Inherited methods

From android.view.ViewGroup.LayoutParams
void
setBaseAttributes(TypedArray a, int widthAttr, int heightAttr)
From android.view.ViewGroup.MarginLayoutParams
int
int
int
boolean
void
resolveLayoutDirection(int layoutDirection)
void
setLayoutDirection(int layoutDirection)
void
setMarginEnd(int end)
void
setMarginStart(int start)
void
setMargins(int left, int top, int right, int bottom)

Public fields

weight

Added in 1.1.0
public float weight

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

Public constructors

LayoutParams

Added in 1.1.0
public LayoutParams()

LayoutParams

Added in 1.1.0
public LayoutParams(@NonNull SlidingPaneLayout.LayoutParams source)

LayoutParams

Added in 1.1.0
public LayoutParams(@NonNull ViewGroup.LayoutParams source)

LayoutParams

Added in 1.1.0
public LayoutParams(@NonNull ViewGroup.MarginLayoutParams source)

LayoutParams

Added in 1.1.0
public LayoutParams(@NonNull Context c, @Nullable AttributeSet attrs)

LayoutParams

Added in 1.1.0
public LayoutParams(int width, int height)