toggle menu
Cloudstream
cloudstream
switch theme
search in API
Cloudstream
/
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
layout
Animation
Parameters
Link copied to clipboard
var
layoutAnimationParameters
:
LayoutAnimationController.AnimationParameters
left
Margin
Link copied to clipboard
var
leftMargin
:
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
get
Layout
Direction
Link copied to clipboard
open
fun
getLayoutDirection
(
)
:
Int
get
Margin
End
Link copied to clipboard
open
fun
getMarginEnd
(
)
:
Int
get
Margin
Start
Link copied to clipboard
open
fun
getMarginStart
(
)
:
Int
is
Margin
Relative
Link copied to clipboard
open
fun
isMarginRelative
(
)
:
Boolean
resolve
Layout
Direction
Link copied to clipboard
open
override
fun
resolveLayoutDirection
(
p0
:
Int
)
set
Layout
Direction
Link copied to clipboard
open
fun
setLayoutDirection
(
p0
:
Int
)
set
Margin
End
Link copied to clipboard
open
fun
setMarginEnd
(
p0
:
Int
)
set
Margins
Link copied to clipboard
open
fun
setMargins
(
p0
:
Int
,
p1
:
Int
,
p2
:
Int
,
p3
:
Int
)
set
Margin
Start
Link copied to clipboard
open
fun
setMarginStart
(
p0
:
Int
)