public static class KeyguardSecurityViewFlipper.LayoutParams extends FrameLayout.LayoutParams
Modifier and Type | Field and Description |
---|---|
int |
maxHeight |
int |
maxWidth |
gravity, UNSPECIFIED_GRAVITY
bottomMargin, DEFAULT_MARGIN_RELATIVE, leftMargin, rightMargin, topMargin
FILL_PARENT, height, layoutAnimationParameters, MATCH_PARENT, width, WRAP_CONTENT
Constructor and Description |
---|
LayoutParams(Context c,
AttributeSet attrs) |
LayoutParams(KeyguardSecurityViewFlipper.LayoutParams other) |
LayoutParams(ViewGroup.LayoutParams other) |
Modifier and Type | Method and Description |
---|---|
protected void |
encodeProperties(ViewHierarchyEncoder encoder) |
copyMarginsFrom, getLayoutDirection, getMarginEnd, getMarginStart, isLayoutRtl, isMarginRelative, onDebugDraw, resolveLayoutDirection, setLayoutDirection, setMarginEnd, setMargins, setMarginsRelative, setMarginStart
debug, setBaseAttributes, sizeToString
public LayoutParams(ViewGroup.LayoutParams other)
public LayoutParams(KeyguardSecurityViewFlipper.LayoutParams other)
public LayoutParams(Context c, AttributeSet attrs)
protected void encodeProperties(ViewHierarchyEncoder encoder)
encodeProperties
in class ViewGroup.MarginLayoutParams