LayoutParams

constructor(c: Context, attrs: AttributeSet)
constructor(width: Int, height: Int)
constructor(width: Int, height: Int, gravity: Int)
constructor(source: ViewGroup.LayoutParams)
constructor(source: ViewGroup.MarginLayoutParams)
constructor(source: FrameLayout.LayoutParams)
@RequiresApi(value = 19)
constructor(source: PercentFrameLayout.LayoutParams)