Home
last modified time | relevance | path

Searched refs:lv_obj_set_hidden (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/littlevgl/src/lv_objx/
A Dlv_tabview.c974 lv_obj_set_hidden(ext->btns, true); in tabview_realign()
975 lv_obj_set_hidden(ext->indic, true); in tabview_realign()
979 lv_obj_set_hidden(ext->btns, false); in tabview_realign()
980 lv_obj_set_hidden(ext->indic, false); in tabview_realign()
A Dlv_ta.c1729 lv_obj_set_hidden(ext->placeholder, false); in placeholder_update()
1731 lv_obj_set_hidden(ext->placeholder, true); in placeholder_update()
/AliOS-Things-master/components/littlevgl/src/lv_core/
A Dlv_obj.h460 void lv_obj_set_hidden(lv_obj_t * obj, bool en);
A Dlv_obj.c1182 void lv_obj_set_hidden(lv_obj_t * obj, bool en) in lv_obj_set_hidden() function

Completed in 15 milliseconds