Constructors

Link copied to clipboard
constructor(context: Context, attrs: AttributeSet?)
constructor(width: Int, height: Int)
constructor(source: ViewGroup.MarginLayoutParams)
constructor(source: ViewGroup.LayoutParams)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var height: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open var marginEnd: Int
Link copied to clipboard
open var marginStart: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var width: Int

Functions

Link copied to clipboard
open fun debug(output: String?): String?
Link copied to clipboard
open fun resolveLayoutDirection(layoutDirection: Int)
Link copied to clipboard
Link copied to clipboard
open fun setMargins(left: Int, top: Int, right: Int, bottom: Int)