Searched refs:lv_obj_has_class (Results 1 – 2 of 2) sorted by relevance
362 bool lv_obj_has_class(const lv_obj_t * obj, const lv_obj_class_t * class_p);469 … LV_ASSERT_MSG(lv_obj_has_class(obj_p, obj_class) == true, "Incompatible object type."); \
394 bool lv_obj_has_class(const lv_obj_t * obj, const lv_obj_class_t * class_p) in lv_obj_has_class() function