slot 0.0.1
A real time UI render framework
载入中...
搜索中...
未找到
Public 成员函数 | 静态 Public 成员函数 | Public 属性 | Private 成员函数 | 所有成员列表
com.facebook.yoga.YGMarginTest类 参考

Public 成员函数

void test_margin_start ()
 
void test_margin_top ()
 
void test_margin_end ()
 
void test_margin_bottom ()
 
void test_margin_and_flex_row ()
 
void test_margin_and_flex_column ()
 
void test_margin_and_stretch_row ()
 
void test_margin_and_stretch_column ()
 
void test_margin_with_sibling_row ()
 
void test_margin_with_sibling_column ()
 
void test_margin_auto_bottom ()
 
void test_margin_auto_top ()
 
void test_margin_auto_bottom_and_top ()
 
void test_margin_auto_bottom_and_top_justify_center ()
 
void test_margin_auto_multiple_children_column ()
 
void test_margin_auto_multiple_children_row ()
 
void test_margin_auto_left_and_right_column ()
 
void test_margin_auto_left_and_right ()
 
void test_margin_auto_start_and_end_column ()
 
void test_margin_auto_start_and_end ()
 
void test_margin_auto_left_and_right_column_and_center ()
 
void test_margin_auto_left ()
 
void test_margin_auto_right ()
 
void test_margin_auto_left_and_right_stretch ()
 
void test_margin_auto_top_and_bottom_stretch ()
 
void test_margin_should_not_be_part_of_max_height ()
 
void test_margin_should_not_be_part_of_max_width ()
 
void test_margin_auto_left_right_child_bigger_than_parent ()
 
void test_margin_auto_left_child_bigger_than_parent ()
 
void test_margin_fix_left_auto_right_child_bigger_than_parent ()
 
void test_margin_auto_left_fix_right_child_bigger_than_parent ()
 
void test_margin_auto_top_stretching_child ()
 
void test_margin_auto_left_stretching_child ()
 
void test_margin_auto_overflowing_container ()
 

静态 Public 成员函数

static Iterable< TestParametrization.NodeFactory > nodeFactories ()
 

Public 属性

TestParametrization.NodeFactory mNodeFactory
 

Private 成员函数

YogaNode createNode (YogaConfig config)
 

成员函数说明

◆ createNode()

YogaNode com.facebook.yoga.YGMarginTest.createNode ( YogaConfig config)
inlineprivate

◆ nodeFactories()

static Iterable< TestParametrization.NodeFactory > com.facebook.yoga.YGMarginTest.nodeFactories ( )
inlinestatic

◆ test_margin_and_flex_column()

void com.facebook.yoga.YGMarginTest.test_margin_and_flex_column ( )
inline

◆ test_margin_and_flex_row()

void com.facebook.yoga.YGMarginTest.test_margin_and_flex_row ( )
inline

◆ test_margin_and_stretch_column()

void com.facebook.yoga.YGMarginTest.test_margin_and_stretch_column ( )
inline

◆ test_margin_and_stretch_row()

void com.facebook.yoga.YGMarginTest.test_margin_and_stretch_row ( )
inline

◆ test_margin_auto_bottom()

void com.facebook.yoga.YGMarginTest.test_margin_auto_bottom ( )
inline

◆ test_margin_auto_bottom_and_top()

void com.facebook.yoga.YGMarginTest.test_margin_auto_bottom_and_top ( )
inline

◆ test_margin_auto_bottom_and_top_justify_center()

void com.facebook.yoga.YGMarginTest.test_margin_auto_bottom_and_top_justify_center ( )
inline

◆ test_margin_auto_left()

void com.facebook.yoga.YGMarginTest.test_margin_auto_left ( )
inline

◆ test_margin_auto_left_and_right()

void com.facebook.yoga.YGMarginTest.test_margin_auto_left_and_right ( )
inline

◆ test_margin_auto_left_and_right_column()

void com.facebook.yoga.YGMarginTest.test_margin_auto_left_and_right_column ( )
inline

◆ test_margin_auto_left_and_right_column_and_center()

void com.facebook.yoga.YGMarginTest.test_margin_auto_left_and_right_column_and_center ( )
inline

◆ test_margin_auto_left_and_right_stretch()

void com.facebook.yoga.YGMarginTest.test_margin_auto_left_and_right_stretch ( )
inline

◆ test_margin_auto_left_child_bigger_than_parent()

void com.facebook.yoga.YGMarginTest.test_margin_auto_left_child_bigger_than_parent ( )
inline

◆ test_margin_auto_left_fix_right_child_bigger_than_parent()

void com.facebook.yoga.YGMarginTest.test_margin_auto_left_fix_right_child_bigger_than_parent ( )
inline

◆ test_margin_auto_left_right_child_bigger_than_parent()

void com.facebook.yoga.YGMarginTest.test_margin_auto_left_right_child_bigger_than_parent ( )
inline

◆ test_margin_auto_left_stretching_child()

void com.facebook.yoga.YGMarginTest.test_margin_auto_left_stretching_child ( )
inline

◆ test_margin_auto_multiple_children_column()

void com.facebook.yoga.YGMarginTest.test_margin_auto_multiple_children_column ( )
inline

◆ test_margin_auto_multiple_children_row()

void com.facebook.yoga.YGMarginTest.test_margin_auto_multiple_children_row ( )
inline

◆ test_margin_auto_overflowing_container()

void com.facebook.yoga.YGMarginTest.test_margin_auto_overflowing_container ( )
inline

◆ test_margin_auto_right()

void com.facebook.yoga.YGMarginTest.test_margin_auto_right ( )
inline

◆ test_margin_auto_start_and_end()

void com.facebook.yoga.YGMarginTest.test_margin_auto_start_and_end ( )
inline

◆ test_margin_auto_start_and_end_column()

void com.facebook.yoga.YGMarginTest.test_margin_auto_start_and_end_column ( )
inline

◆ test_margin_auto_top()

void com.facebook.yoga.YGMarginTest.test_margin_auto_top ( )
inline

◆ test_margin_auto_top_and_bottom_stretch()

void com.facebook.yoga.YGMarginTest.test_margin_auto_top_and_bottom_stretch ( )
inline

◆ test_margin_auto_top_stretching_child()

void com.facebook.yoga.YGMarginTest.test_margin_auto_top_stretching_child ( )
inline

◆ test_margin_bottom()

void com.facebook.yoga.YGMarginTest.test_margin_bottom ( )
inline

◆ test_margin_end()

void com.facebook.yoga.YGMarginTest.test_margin_end ( )
inline

◆ test_margin_fix_left_auto_right_child_bigger_than_parent()

void com.facebook.yoga.YGMarginTest.test_margin_fix_left_auto_right_child_bigger_than_parent ( )
inline

◆ test_margin_should_not_be_part_of_max_height()

void com.facebook.yoga.YGMarginTest.test_margin_should_not_be_part_of_max_height ( )
inline

◆ test_margin_should_not_be_part_of_max_width()

void com.facebook.yoga.YGMarginTest.test_margin_should_not_be_part_of_max_width ( )
inline

◆ test_margin_start()

void com.facebook.yoga.YGMarginTest.test_margin_start ( )
inline

◆ test_margin_top()

void com.facebook.yoga.YGMarginTest.test_margin_top ( )
inline

◆ test_margin_with_sibling_column()

void com.facebook.yoga.YGMarginTest.test_margin_with_sibling_column ( )
inline

◆ test_margin_with_sibling_row()

void com.facebook.yoga.YGMarginTest.test_margin_with_sibling_row ( )
inline

类成员变量说明

◆ mNodeFactory

TestParametrization.NodeFactory com.facebook.yoga.YGMarginTest.mNodeFactory

该类的文档由以下文件生成: