Home
last modified time | relevance | path

Searched refs:perfmon (Results 1 – 1 of 1) sorted by relevance

/lvgl-latest/demos/high_res/
Dlv_demo_high_res_top_margin.c113 lv_obj_t * perfmon = create_perfmon(lv_layer_sys(), c); in lv_demo_high_res_top_margin_create() local
114 lv_obj_bind_flag_if_eq(perfmon, &c->top_margin_health_subject, LV_OBJ_FLAG_HIDDEN, 0); in lv_demo_high_res_top_margin_create()
115 lv_obj_add_event_cb(health_icon, delete_modal_cb, LV_EVENT_DELETE, perfmon); in lv_demo_high_res_top_margin_create()
127 lv_obj_align_to(perfmon, health_icon, LV_ALIGN_OUT_BOTTOM_RIGHT, 0, 0); in lv_demo_high_res_top_margin_create()
254 lv_obj_t * perfmon = lv_obj_create(parent); in create_perfmon() local
255 lv_obj_add_flag(perfmon, LV_OBJ_FLAG_FLOATING); in create_perfmon()
257 lv_obj_set_style_border_opa(perfmon, LV_OPA_TRANSP, 0); in create_perfmon()
258 lv_obj_set_style_radius(perfmon, c->sz->gap[3], 0); in create_perfmon()
259 lv_obj_set_size(perfmon, c->sz->health_panel_width, LV_SIZE_CONTENT); in create_perfmon()
260 lv_obj_set_style_pad_all(perfmon, c->sz->gap[7], 0); in create_perfmon()
[all …]