Searched refs:notifications (Results 1 – 1 of 1) sorted by relevance
920 lv_obj_t * notifications = lv_obj_create(parent); in shop_create() local922 lv_obj_add_flag(notifications, LV_OBJ_FLAG_FLEX_IN_NEW_TRACK); in shop_create()923 lv_obj_set_height(notifications, LV_PCT(100)); in shop_create()926 lv_obj_set_height(notifications, LV_PCT(100)); in shop_create()927 lv_obj_set_style_max_height(notifications, 300, 0); in shop_create()930 lv_obj_set_flex_flow(notifications, LV_FLEX_FLOW_COLUMN); in shop_create()931 lv_obj_set_flex_grow(notifications, 1); in shop_create()933 title = lv_label_create(notifications); in shop_create()938 cb = lv_checkbox_create(notifications); in shop_create()941 cb = lv_checkbox_create(notifications); in shop_create()[all …]