-
public interface YogaMeasureFunction
-
-
Method Summary
Modifier and Type Method Description abstract longmeasure(YogaNode node, float width, YogaMeasureMode widthMode, float height, YogaMeasureMode heightMode)Return a value created by YogaMeasureOutput. -
-
Method Detail
-
measure
abstract long measure(YogaNode node, float width, YogaMeasureMode widthMode, float height, YogaMeasureMode heightMode)
Return a value created by YogaMeasureOutput.make(width, height);
-
-
-
-