public static class CSPercentFrameLayout.LayoutParams
extends android.widget.FrameLayout.LayoutParams
implements org.webrtc.app.PercentLayoutHelper.PercentLayoutParams
Constructor and Description |
---|
LayoutParams(android.content.Context c,
android.util.AttributeSet attrs) |
LayoutParams(CSPercentFrameLayout.LayoutParams source) |
LayoutParams(android.widget.FrameLayout.LayoutParams source) |
LayoutParams(int width,
int height) |
LayoutParams(int width,
int height,
int gravity) |
LayoutParams(android.view.ViewGroup.LayoutParams source) |
LayoutParams(android.view.ViewGroup.MarginLayoutParams source) |
Modifier and Type | Method and Description |
---|---|
org.webrtc.app.PercentLayoutHelper.PercentLayoutInfo |
getPercentLayoutInfo() |
protected void |
setBaseAttributes(android.content.res.TypedArray a,
int widthAttr,
int heightAttr) |
public LayoutParams(android.content.Context c, android.util.AttributeSet attrs)
public LayoutParams(int width, int height)
public LayoutParams(int width, int height, int gravity)
public LayoutParams(android.view.ViewGroup.LayoutParams source)
public LayoutParams(android.view.ViewGroup.MarginLayoutParams source)
public LayoutParams(android.widget.FrameLayout.LayoutParams source)
public LayoutParams(CSPercentFrameLayout.LayoutParams source)
public org.webrtc.app.PercentLayoutHelper.PercentLayoutInfo getPercentLayoutInfo()
getPercentLayoutInfo
in interface org.webrtc.app.PercentLayoutHelper.PercentLayoutParams
protected void setBaseAttributes(android.content.res.TypedArray a, int widthAttr, int heightAttr)
setBaseAttributes
in class android.view.ViewGroup.LayoutParams