toggle menu
Litho
androidJvm
switch theme
search in API
litho-flexlayout
/
com.facebook.flexlayout.layoutoutput
/
LayoutOutput
Layout
Output
open
class
LayoutOutput
<
MeasureResult
>
Members
Constructors
Layout
Output
Link copied to clipboard
constructor
(
childrenSize
:
Int
)
Functions
get
Baseline
Link copied to clipboard
open
fun
getBaseline
(
)
:
Float
get
Children
Count
Link copied to clipboard
open
fun
getChildrenCount
(
)
:
Int
get
Height
Link copied to clipboard
open
fun
getHeight
(
)
:
Float
get
Height
For
Child
At
Link copied to clipboard
open
fun
getHeightForChildAt
(
idx
:
Int
)
:
Float
get
Left
For
Child
At
Link copied to clipboard
open
fun
getLeftForChildAt
(
idx
:
Int
)
:
Float
get
Measure
Result
For
Child
At
Link copied to clipboard
open
fun
getMeasureResultForChildAt
(
idx
:
Int
)
:
MeasureResult
get
Top
For
Child
At
Link copied to clipboard
open
fun
getTopForChildAt
(
idx
:
Int
)
:
Float
get
Width
Link copied to clipboard
open
fun
getWidth
(
)
:
Float
get
Width
For
Child
At
Link copied to clipboard
open
fun
getWidthForChildAt
(
idx
:
Int
)
:
Float
set
Measure
Result
For
Child
At
Link copied to clipboard
open
fun
setMeasureResultForChildAt
(
idx
:
Int
,
measureOutput
:
MeasureOutput
<
MeasureResult
>
)