Lines Matching refs:tv
60 static lv_obj_t * tv; variable
161 tv = lv_tabview_create(lv_scr_act(), LV_DIR_TOP, tab_h); in lv_demo_widgets()
166 lv_obj_t * tab_btns = lv_tabview_get_tab_btns(tv); in lv_demo_widgets()
184 lv_obj_t * t1 = lv_tabview_add_tab(tv, "Profile"); in lv_demo_widgets()
185 lv_obj_t * t2 = lv_tabview_add_tab(tv, "Analytics"); in lv_demo_widgets()
186 lv_obj_t * t3 = lv_tabview_add_tab(tv, "Shop"); in lv_demo_widgets()
191 color_changer_create(tv); in lv_demo_widgets()
1189 lv_obj_update_layout(tv); /*Be sure the sizes are recalculated*/ in ta_event_cb()
1190 lv_obj_set_height(tv, LV_VER_RES - lv_obj_get_height(kb)); in ta_event_cb()
1197 lv_obj_set_height(tv, LV_VER_RES); in ta_event_cb()
1203 lv_obj_set_height(tv, LV_VER_RES); in ta_event_cb()