DpadLayoutParams

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

Anchor alignment position. Always applied from start to end

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
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

Current span group index (row index) as of the latest layout pass

Link copied to clipboard

Current span index (column index) as of the latest layout pass

Link copied to clipboard

Current span size as of the latest layout pass

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open val viewPosition: Int
Link copied to clipboard
var width: Int

Functions

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