public interface ComponentLayout
Component
's computed layout state. The computed bounds will be used by the
framework to define the size and position of the component's mounted View
s
and Drawable
s returned. by ComponentLifecycle.mount(ComponentContext, Object)
.Modifier and Type | Method and Description |
---|---|
Drawable |
getBackground() |
int |
getHeight() |
int |
getPaddingBottom() |
int |
getPaddingLeft() |
int |
getPaddingRight() |
int |
getPaddingTop() |
YogaDirection |
getResolvedLayoutDirection() |
int |
getWidth() |
int |
getX() |
int |
getY() |
boolean |
isPaddingSet() |
int getX()
int getY()
int getWidth()
int getHeight()
int getPaddingTop()
int getPaddingRight()
int getPaddingBottom()
int getPaddingLeft()
boolean isPaddingSet()
Drawable getBackground()
YogaDirection getResolvedLayoutDirection()