Searched refs:lv_obj_is_visible (Results 1 – 5 of 5) sorted by relevance
284 TEST_ASSERT_TRUE(lv_obj_is_visible(label1)); in test_tabview_update_on_external_scroll()285 TEST_ASSERT_FALSE(lv_obj_is_visible(label2)); in test_tabview_update_on_external_scroll()
420 bool lv_obj_is_visible(const lv_obj_t * obj);
924 bool lv_obj_is_visible(const lv_obj_t * obj) in lv_obj_is_visible() function
203 if(lv_obj_is_visible(var)) { in anim_exec_cb()
768 if(lv_obj_is_visible(obj) == false) return; in inv_arc_area()