Cloudstream
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Cloudstream
App
/
com.lagradost.cloudstream3.widget
/
FlowLayout
/
LayoutParams
Layout
Params
class
LayoutParams
:
ViewGroup.MarginLayoutParams
(
source
)
Members
Constructors
Layout
Params
Link copied to clipboard
constructor
(
source
:
ViewGroup.MarginLayoutParams
?
)
Properties
bottom
Margin
Link copied to clipboard
var
bottomMargin
:
Int
height
Link copied to clipboard
var
height
:
Int
is
Margin
Relative
Link copied to clipboard
open
val
isMarginRelative
:
Boolean
layout
Animation
Parameters
Link copied to clipboard
var
layoutAnimationParameters
:
LayoutAnimationController.AnimationParameters
?
layout
Direction
Link copied to clipboard
open
var
layoutDirection
:
Int
left
Margin
Link copied to clipboard
var
leftMargin
:
Int
margin
End
Link copied to clipboard
open
var
marginEnd
:
Int
margin
Start
Link copied to clipboard
open
var
marginStart
:
Int
right
Margin
Link copied to clipboard
var
rightMargin
:
Int
spacing
Link copied to clipboard
var
spacing
:
Int
top
Margin
Link copied to clipboard
var
topMargin
:
Int
width
Link copied to clipboard
var
width
:
Int
x
Link copied to clipboard
var
x
:
Int
y
Link copied to clipboard
var
y
:
Int
Functions
resolve
Layout
Direction
Link copied to clipboard
open
fun
resolveLayoutDirection
(
layoutDirection
:
Int
)
set
Base
Attributes
Link copied to clipboard
protected
open
fun
setBaseAttributes
(
a
:
TypedArray
?
,
widthAttr
:
Int
,
heightAttr
:
Int
)
set
Margins
Link copied to clipboard
open
fun
setMargins
(
left
:
Int
,
top
:
Int
,
right
:
Int
,
bottom
:
Int
)