Home
last modified time | relevance | path

Searched refs:lv_bar_orientation_t (Results 1 – 5 of 5) sorted by relevance

/lvgl-latest/src/widgets/bar/
Dlv_bar.h41 } lv_bar_orientation_t; typedef
97 void lv_bar_set_orientation(lv_obj_t * obj, lv_bar_orientation_t orientation);
143 lv_bar_orientation_t lv_bar_get_orientation(lv_obj_t * obj);
Dlv_bar_private.h48 lv_bar_orientation_t orientation : 3; /**< Orientation of bar*/
Dlv_bar.c171 void lv_bar_set_orientation(lv_obj_t * obj, lv_bar_orientation_t orientation) in lv_bar_set_orientation()
225 lv_bar_orientation_t lv_bar_get_orientation(lv_obj_t * obj) in lv_bar_get_orientation()
/lvgl-latest/src/widgets/slider/
Dlv_slider.c165 lv_bar_set_orientation(obj, (lv_bar_orientation_t)orientation); in lv_slider_set_orientation()
198 lv_bar_orientation_t ori = lv_bar_get_orientation(slider); in lv_slider_get_orientation()
/lvgl-latest/tests/src/test_cases/widgets/
Dtest_bar.c405 static lv_obj_t * bar_create_orientation(lv_bar_orientation_t orientation, int32_t w, int32_t h) in bar_create_orientation()