Searched refs:style_btn_pr (Results 1 – 1 of 1) sorted by relevance
36 static lv_style_t style_btn_pr; variable87 lv_style_init(&style_btn_pr); in _lv_demo_music_list_create()88 lv_style_set_bg_opa(&style_btn_pr, LV_OPA_COVER); in _lv_demo_music_list_create()89 lv_style_set_bg_color(&style_btn_pr, lv_color_hex(0x4c4965)); in _lv_demo_music_list_create()137 lv_style_reset(&style_btn_pr); in _lv_demo_music_list_close()182 lv_obj_add_style(btn, &style_btn_pr, LV_STATE_PRESSED); in add_list_btn()