Searched refs:LV_EVENT_GET_SELF_SIZE (Results 1 – 16 of 16) sorted by relevance
95 LV_EVENT_GET_SELF_SIZE, /**< Get internal size of a widget */ enumerator
289 if(e->code == LV_EVENT_GET_SELF_SIZE) { in lv_event_get_self_size_info()415 case LV_EVENT_GET_SELF_SIZE: in event_is_bubbled()
592 lv_obj_send_event((lv_obj_t *)obj, LV_EVENT_GET_SELF_SIZE, &p); in lv_obj_get_self_width()599 lv_obj_send_event((lv_obj_t *)obj, LV_EVENT_GET_SELF_SIZE, &p); in lv_obj_get_self_height()
116 obj_setInt(self, "GET_SELF_SIZE", LV_EVENT_GET_SELF_SIZE); in pika_lvgl_EVENT___init__()
203 else if(code == LV_EVENT_GET_SELF_SIZE) { in lv_line_event()
179 if(code == LV_EVENT_GET_SELF_SIZE) { in lv_checkbox_event()
176 else if(code == LV_EVENT_GET_SELF_SIZE) { in lv_imagebutton_event()
296 LVGL uses the :cpp:enumerator:`LV_EVENT_GET_SELF_SIZE` event to get the self size of301 if(event_code == LV_EVENT_GET_SELF_SIZE) {
183 - :cpp:enumerator:`LV_EVENT_GET_SELF_SIZE`: Get the internal size of a widget
591 - :cpp:enumerator:`LV_EVENT_GET_SELF_SIZE` Get internal size of a widget
678 else if(code == LV_EVENT_GET_SELF_SIZE) { in lv_image_event()
370 if(code == LV_EVENT_GET_SELF_SIZE) { in lv_roller_event()
676 else if(code == LV_EVENT_GET_SELF_SIZE) { in lv_spangroup_event()
763 else if(code == LV_EVENT_GET_SELF_SIZE) { in lv_dropdown_event()
773 else if(code == LV_EVENT_GET_SELF_SIZE) { in lv_label_event()
569 else if(code == LV_EVENT_GET_SELF_SIZE) { in lv_table_event()