Searched refs:lv_dir_t (Results 1 – 25 of 31) sorted by relevance
12
/lvgl-latest/src/widgets/dropdown/ |
D | lv_dropdown.h | 120 void lv_dropdown_set_dir(lv_obj_t * obj, lv_dir_t dir); 212 lv_dir_t lv_dropdown_get_dir(const lv_obj_t * obj);
|
D | lv_dropdown.c | 356 void lv_dropdown_set_dir(lv_obj_t * obj, lv_dir_t dir) in lv_dropdown_set_dir() 504 lv_dir_t lv_dropdown_get_dir(const lv_obj_t * obj) in lv_dropdown_get_dir() 548 lv_dir_t dir = dropdown->dir; in lv_dropdown_open()
|
/lvgl-latest/src/core/ |
D | lv_obj_scroll.h | 66 void lv_obj_set_scroll_dir(lv_obj_t * obj, lv_dir_t dir); 98 lv_dir_t lv_obj_get_scroll_dir(const lv_obj_t * obj);
|
D | lv_obj_scroll.c | 69 void lv_obj_set_scroll_dir(lv_obj_t * obj, lv_dir_t dir) in lv_obj_set_scroll_dir() 100 lv_dir_t lv_obj_get_scroll_dir(const lv_obj_t * obj) in lv_obj_get_scroll_dir() 102 if(obj->spec_attr) return (lv_dir_t) obj->spec_attr->scroll_dir; in lv_obj_get_scroll_dir() 486 lv_dir_t dir = lv_obj_get_scroll_dir(obj); in lv_obj_get_scrollbar_area() 708 lv_dir_t scroll_dir = lv_obj_get_scroll_dir(parent); in scroll_area_into_view()
|
/lvgl-latest/src/widgets/tabview/ |
D | lv_tabview_private.h | 37 lv_dir_t tab_pos;
|
D | lv_tabview.h | 67 void lv_tabview_set_tab_bar_position(lv_obj_t * obj, lv_dir_t dir);
|
D | lv_tabview.c | 49 lv_dir_t tab_pos; 155 void lv_tabview_set_tab_bar_position(lv_obj_t * obj, lv_dir_t dir) in lv_tabview_set_tab_bar_position()
|
/lvgl-latest/src/widgets/tileview/ |
D | lv_tileview_private.h | 40 lv_dir_t dir;
|
D | lv_tileview.h | 46 lv_obj_t * lv_tileview_add_tile(lv_obj_t * tv, uint8_t col_id, uint8_t row_id, lv_dir_t dir);
|
D | lv_tileview.c | 68 lv_obj_t * lv_tileview_add_tile(lv_obj_t * tv, uint8_t col_id, uint8_t row_id, lv_dir_t dir) in lv_tileview_add_tile() 174 lv_dir_t dir = LV_DIR_ALL; in tileview_event_cb()
|
/lvgl-latest/src/libs/barcode/ |
D | lv_barcode_private.h | 36 lv_dir_t direction;
|
D | lv_barcode.h | 70 void lv_barcode_set_direction(lv_obj_t * obj, lv_dir_t direction);
|
D | lv_barcode.c | 91 void lv_barcode_set_direction(lv_obj_t * obj, lv_dir_t direction) in lv_barcode_set_direction()
|
/lvgl-latest/src/indev/ |
D | lv_indev_scroll.h | 48 int32_t lv_indev_scroll_throw_predict(lv_indev_t * indev, lv_dir_t dir);
|
D | lv_indev.h | 301 lv_dir_t lv_indev_get_gesture_dir(const lv_indev_t * indev); 326 lv_dir_t lv_indev_get_scroll_dir(const lv_indev_t * indev);
|
D | lv_indev_scroll.c | 32 lv_dir_t dir); 33 static void has_more_snap_points(lv_obj_t * scroll_obj, lv_dir_t dir, bool * has_start_snap, bool *… 109 lv_dir_t scroll_dir = lv_obj_get_scroll_dir(scroll_obj); in lv_indev_scroll_handler() 236 int32_t lv_indev_scroll_throw_predict(lv_indev_t * indev, lv_dir_t dir) in lv_indev_scroll_throw_predict() 270 lv_dir_t dir_candidate = LV_DIR_NONE; in lv_indev_find_scroll_obj() 343 lv_dir_t scroll_dir = lv_obj_get_scroll_dir(obj_act); in lv_indev_find_scroll_obj() 642 lv_dir_t dir) in elastic_diff() 709 static void has_more_snap_points(lv_obj_t * scroll_obj, lv_dir_t dir, bool * has_start_snap, bool *… in has_more_snap_points()
|
/lvgl-latest/src/others/xml/ |
D | lv_xml_base_types.h | 49 lv_dir_t lv_xml_dir_to_enum(const char * txt);
|
D | lv_xml_base_types.c | 67 lv_dir_t lv_xml_dir_to_enum(const char * txt) in lv_xml_dir_to_enum()
|
/lvgl-latest/src/widgets/chart/ |
D | lv_chart_private.h | 50 lv_dir_t dir;
|
D | lv_chart.h | 221 lv_chart_cursor_t * lv_chart_add_cursor(lv_obj_t * obj, lv_color_t color, lv_dir_t dir);
|
/lvgl-latest/src/widgets/spinbox/ |
D | lv_spinbox.h | 101 void lv_spinbox_set_digit_step_direction(lv_obj_t * obj, lv_dir_t direction);
|
D | lv_spinbox.c | 147 void lv_spinbox_set_digit_step_direction(lv_obj_t * obj, lv_dir_t direction) in lv_spinbox_set_digit_step_direction()
|
/lvgl-latest/demos/smartwatch/ |
D | lv_demo_smartwatch.h | 349 void lv_demo_smartwatch_show_scroll_hint(lv_dir_t dir);
|
D | lv_demo_smartwatch.c | 254 void lv_demo_smartwatch_show_scroll_hint(lv_dir_t dir) in lv_demo_smartwatch_show_scroll_hint()
|
/lvgl-latest/src/misc/ |
D | lv_area.h | 86 } lv_dir_t; typedef
|
12