Home
last modified time | relevance | path

Searched refs:lv_obj_get_y2 (Results 1 – 3 of 3) sorted by relevance

/lvgl-latest/src/core/
Dlv_obj_pos.h268 int32_t lv_obj_get_y2(const lv_obj_t * obj);
Dlv_obj_pos.c526 int32_t lv_obj_get_y2(const lv_obj_t * obj) in lv_obj_get_y2() function
/lvgl-latest/src/widgets/dropdown/
Dlv_dropdown.c590 int32_t y2 = lv_obj_get_y2(dropdown->list); in lv_dropdown_open()