YogaNode.smali
.class public abstract Lcom/facebook/yoga/YogaNode;
.super Ljava/lang/Object;
.source "SourceFile"
# direct methods
.method public constructor <init>()V
.registers 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public abstract addChildAt(Lcom/facebook/yoga/YogaNode;I)V
.end method
.method public abstract calculateLayout(FF)V
.end method
.method public abstract cloneWithChildren()Lcom/facebook/yoga/YogaNode;
.end method
.method public abstract cloneWithoutChildren()Lcom/facebook/yoga/YogaNode;
.end method
.method public abstract copyStyle(Lcom/facebook/yoga/YogaNode;)V
.end method
.method public abstract dirty()V
.end method
.method public abstract getAlignContent()Lcom/facebook/yoga/YogaAlign;
.end method
.method public abstract getAlignItems()Lcom/facebook/yoga/YogaAlign;
.end method
.method public abstract getAlignSelf()Lcom/facebook/yoga/YogaAlign;
.end method
.method public abstract getAspectRatio()F
.end method
.method public abstract getBorder(Lcom/facebook/yoga/YogaEdge;)F
.end method
.method public abstract getChildAt(I)Lcom/facebook/yoga/YogaNode;
.end method
.method public abstract getChildCount()I
.end method
.method public abstract getData()Ljava/lang/Object;
.end method
.method public abstract getDisplay()Lcom/facebook/yoga/YogaDisplay;
.end method
.method public abstract getFlex()F
.end method
.method public abstract getFlexBasis()Lcom/facebook/yoga/YogaValue;
.end method
.method public abstract getFlexDirection()Lcom/facebook/yoga/YogaFlexDirection;
.end method
.method public abstract getFlexGrow()F
.end method
.method public abstract getFlexShrink()F
.end method
.method public abstract getHeight()Lcom/facebook/yoga/YogaValue;
.end method
.method public abstract getJustifyContent()Lcom/facebook/yoga/YogaJustify;
.end method
.method public abstract getLayoutBorder(Lcom/facebook/yoga/YogaEdge;)F
.end method
.method public abstract getLayoutDirection()Lcom/facebook/yoga/YogaDirection;
.end method
.method public abstract getLayoutHeight()F
.end method
.method public abstract getLayoutMargin(Lcom/facebook/yoga/YogaEdge;)F
.end method
.method public abstract getLayoutPadding(Lcom/facebook/yoga/YogaEdge;)F
.end method
.method public abstract getLayoutWidth()F
.end method
.method public abstract getLayoutX()F
.end method
.method public abstract getLayoutY()F
.end method
.method public abstract getMargin(Lcom/facebook/yoga/YogaEdge;)Lcom/facebook/yoga/YogaValue;
.end method
.method public abstract getMaxHeight()Lcom/facebook/yoga/YogaValue;
.end method
.method public abstract getMaxWidth()Lcom/facebook/yoga/YogaValue;
.end method
.method public abstract getMinHeight()Lcom/facebook/yoga/YogaValue;
.end method
.method public abstract getMinWidth()Lcom/facebook/yoga/YogaValue;
.end method
.method public abstract getOverflow()Lcom/facebook/yoga/YogaOverflow;
.end method
.method public abstract getOwner()Lcom/facebook/yoga/YogaNode;
.end method
.method public abstract getPadding(Lcom/facebook/yoga/YogaEdge;)Lcom/facebook/yoga/YogaValue;
.end method
.method public abstract getParent()Lcom/facebook/yoga/YogaNode;
.annotation runtime Ljava/lang/Deprecated;
.end annotation
.end method
.method public abstract getPosition(Lcom/facebook/yoga/YogaEdge;)Lcom/facebook/yoga/YogaValue;
.end method
.method public abstract getPositionType()Lcom/facebook/yoga/YogaPositionType;
.end method
.method public abstract getStyleDirection()Lcom/facebook/yoga/YogaDirection;
.end method
.method public abstract getWidth()Lcom/facebook/yoga/YogaValue;
.end method
.method public abstract getWrap()Lcom/facebook/yoga/YogaWrap;
.end method
.method public abstract hasNewLayout()Z
.end method
.method public abstract indexOf(Lcom/facebook/yoga/YogaNode;)I
.end method
.method public abstract isBaselineDefined()Z
.end method
.method public abstract isDirty()Z
.end method
.method public abstract isMeasureDefined()Z
.end method
.method public abstract isReferenceBaseline()Z
.end method
.method public abstract markLayoutSeen()V
.end method
.method public abstract print()V
.end method
.method public abstract removeChildAt(I)Lcom/facebook/yoga/YogaNode;
.end method
.method public abstract reset()V
.end method
.method public abstract setAlignContent(Lcom/facebook/yoga/YogaAlign;)V
.end method
.method public abstract setAlignItems(Lcom/facebook/yoga/YogaAlign;)V
.end method
.method public abstract setAlignSelf(Lcom/facebook/yoga/YogaAlign;)V
.end method
.method public abstract setAspectRatio(F)V
.end method
.method public abstract setBaselineFunction(Lcom/facebook/yoga/YogaBaselineFunction;)V
.end method
.method public abstract setBorder(Lcom/facebook/yoga/YogaEdge;F)V
.end method
.method public abstract setData(Ljava/lang/Object;)V
.end method
.method public abstract setDirection(Lcom/facebook/yoga/YogaDirection;)V
.end method
.method public abstract setDisplay(Lcom/facebook/yoga/YogaDisplay;)V
.end method
.method public abstract setFlex(F)V
.end method
.method public abstract setFlexBasis(F)V
.end method
.method public abstract setFlexBasisAuto()V
.end method
.method public abstract setFlexBasisPercent(F)V
.end method
.method public abstract setFlexDirection(Lcom/facebook/yoga/YogaFlexDirection;)V
.end method
.method public abstract setFlexGrow(F)V
.end method
.method public abstract setFlexShrink(F)V
.end method
.method public abstract setHeight(F)V
.end method
.method public abstract setHeightAuto()V
.end method
.method public abstract setHeightPercent(F)V
.end method
.method public abstract setIsReferenceBaseline(Z)V
.end method
.method public abstract setJustifyContent(Lcom/facebook/yoga/YogaJustify;)V
.end method
.method public abstract setMargin(Lcom/facebook/yoga/YogaEdge;F)V
.end method
.method public abstract setMarginAuto(Lcom/facebook/yoga/YogaEdge;)V
.end method
.method public abstract setMarginPercent(Lcom/facebook/yoga/YogaEdge;F)V
.end method
.method public abstract setMaxHeight(F)V
.end method
.method public abstract setMaxHeightPercent(F)V
.end method
.method public abstract setMaxWidth(F)V
.end method
.method public abstract setMaxWidthPercent(F)V
.end method
.method public abstract setMeasureFunction(Lcom/facebook/yoga/YogaMeasureFunction;)V
.end method
.method public abstract setMinHeight(F)V
.end method
.method public abstract setMinHeightPercent(F)V
.end method
.method public abstract setMinWidth(F)V
.end method
.method public abstract setMinWidthPercent(F)V
.end method
.method public abstract setOverflow(Lcom/facebook/yoga/YogaOverflow;)V
.end method
.method public abstract setPadding(Lcom/facebook/yoga/YogaEdge;F)V
.end method
.method public abstract setPaddingPercent(Lcom/facebook/yoga/YogaEdge;F)V
.end method
.method public abstract setPosition(Lcom/facebook/yoga/YogaEdge;F)V
.end method
.method public abstract setPositionPercent(Lcom/facebook/yoga/YogaEdge;F)V
.end method
.method public abstract setPositionType(Lcom/facebook/yoga/YogaPositionType;)V
.end method
.method public abstract setWidth(F)V
.end method
.method public abstract setWidthAuto()V
.end method
.method public abstract setWidthPercent(F)V
.end method
.method public abstract setWrap(Lcom/facebook/yoga/YogaWrap;)V
.end method