Searched refs:bar_create_orientation (Results 1 – 1 of 1) sorted by relevance
/lvgl-latest/tests/src/test_cases/widgets/ |
D | test_bar.c | 405 static lv_obj_t * bar_create_orientation(lv_bar_orientation_t orientation, int32_t w, int32_t h) in bar_create_orientation() function 428 bar_create_orientation(LV_BAR_ORIENTATION_AUTO, 100, 20); in test_bar_orientation() 429 bar_create_orientation(LV_BAR_ORIENTATION_AUTO, 20, 100); in test_bar_orientation() 430 bar_create_orientation(LV_BAR_ORIENTATION_AUTO, 100, 100); in test_bar_orientation() 436 bar_create_orientation(LV_BAR_ORIENTATION_VERTICAL, 100, 20); in test_bar_orientation() 437 bar_create_orientation(LV_BAR_ORIENTATION_VERTICAL, 20, 100); in test_bar_orientation() 438 bar_create_orientation(LV_BAR_ORIENTATION_VERTICAL, 100, 100); in test_bar_orientation() 444 bar_create_orientation(LV_BAR_ORIENTATION_HORIZONTAL, 100, 20); in test_bar_orientation() 445 bar_create_orientation(LV_BAR_ORIENTATION_HORIZONTAL, 20, 100); in test_bar_orientation() 446 bar_create_orientation(LV_BAR_ORIENTATION_HORIZONTAL, 100, 100); in test_bar_orientation()
|