Lines Matching full:title

39 static lv_obj_t * create_scale_box(lv_obj_t * parent, const char * title, const char * text1, const…
380 LV_GRID_CONTENT, /*Title*/ in profile_create()
382 LV_GRID_CONTENT, /*Box title*/ in profile_create()
385 LV_GRID_CONTENT, /*Box title*/ in profile_create()
445 LV_GRID_CONTENT, /*Title*/ in profile_create()
447 LV_GRID_CONTENT, /*Box title*/ in profile_create()
449 LV_GRID_CONTENT, /*Box title*/ in profile_create()
451 LV_GRID_CONTENT, /*Box title*/ in profile_create()
453 LV_GRID_CONTENT, /*Box title*/ in profile_create()
518 LV_GRID_CONTENT, /*Title*/ in profile_create()
520 LV_GRID_CONTENT, /*Box title*/ in profile_create()
522 LV_GRID_CONTENT, /*Box title*/ in profile_create()
524 LV_GRID_CONTENT, /*Box title*/ in profile_create()
526 LV_GRID_CONTENT, /*Box title*/ in profile_create()
570 static lv_obj_t * create_chart_with_scales(lv_obj_t * parent, const char * title, const char * hor… in create_chart_with_scales() argument
580 lv_label_set_text(label, title); in create_chart_with_scales()
884 lv_obj_t * title = lv_label_create(panel1); in shop_create() local
885 lv_label_set_text(title, "Monthly Summary"); in shop_create()
886 lv_obj_add_style(title, &style_title, 0); in shop_create()
918 LV_GRID_CONTENT, /*Title*/ in shop_create()
919 LV_GRID_CONTENT, /*Sub title*/ in shop_create()
930 lv_obj_set_grid_cell(title, LV_GRID_ALIGN_START, 0, 1, LV_GRID_ALIGN_START, 0, 1); in shop_create()
939 LV_GRID_CONTENT, /*Title + Date*/ in shop_create()
950 lv_obj_set_grid_cell(title, LV_GRID_ALIGN_START, 0, 1, LV_GRID_ALIGN_CENTER, 0, 1); in shop_create()
959 LV_GRID_CONTENT, /*Title*/ in shop_create()
972 lv_obj_set_grid_cell(title, LV_GRID_ALIGN_START, 0, 1, LV_GRID_ALIGN_START, 0, 1); in shop_create()
993 title = lv_label_create(list); in shop_create()
994 lv_label_set_text(title, "Top products"); in shop_create()
995 lv_obj_add_style(title, &style_title, 0); in shop_create()
1017 title = lv_label_create(notifications); in shop_create()
1018 lv_label_set_text(title, "Notification"); in shop_create()
1019 lv_obj_add_style(title, &style_title, 0); in shop_create()
1180 static lv_obj_t * create_scale_box(lv_obj_t * parent, const char * title, const char * text1, const… in create_scale_box() argument
1188 lv_label_set_text_static(title_label, title); in create_scale_box()