Home
last modified time | relevance | path

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

/lvgl-3.7.0/examples/others/gridnav/
Dlv_example_gridnav_2.c24 lv_obj_set_style_bg_opa(item, 0, 0); in lv_example_gridnav_2()
38 lv_obj_set_style_bg_opa(item, 0, 0); in lv_example_gridnav_2()
/lvgl-3.7.0/examples/others/snapshot/
Dlv_example_snapshot_1.c32 lv_obj_set_style_bg_opa(snapshot_obj, LV_OPA_100, 0); in lv_example_snapshot_1()
50 lv_obj_set_style_bg_opa(img, LV_OPA_COVER, 0); in lv_example_snapshot_1()
/lvgl-3.7.0/tests/src/test_cases/
Dtest_obj_tree.c34 lv_obj_set_style_bg_opa(lv_scr_act(), LV_OPA_COVER, 0); in test_obj_tree_2()
/lvgl-3.7.0/examples/widgets/tabview/
Dlv_example_tabview_2.c25 lv_obj_set_style_bg_opa(tab2, LV_OPA_COVER, 0); in lv_example_tabview_2()
/lvgl-3.7.0/examples/others/fragment/
Dlv_example_fragment_1.c48 lv_obj_set_style_bg_opa(label, LV_OPA_COVER, 0);; in sample_fragment_create_obj()
Dlv_example_fragment_2.c81 lv_obj_set_style_bg_opa(content, LV_OPA_50, 0); in sample_fragment_create_obj()
/lvgl-3.7.0/examples/widgets/roller/
Dlv_example_roller_3.c70 lv_obj_set_style_bg_opa(roller1, LV_OPA_TRANSP, LV_PART_SELECTED); in lv_example_roller_3()
/lvgl-3.7.0/demos/music/
Dlv_demo_music.c241 lv_obj_set_style_bg_opa(bg, LV_OPA_COVER, 0); in auto_step_cb()
Dlv_demo_music_main.c611 lv_obj_set_style_bg_opa(slider_obj, LV_OPA_TRANSP, LV_PART_KNOB); in create_ctrl_box()
/lvgl-3.7.0/demos/keypad_encoder/
Dlv_demo_keypad_encoder.c183 lv_obj_set_style_bg_opa(bg, LV_OPA_70, 0); in msgbox_create()
/lvgl-3.7.0/src/extra/others/ime/
Dlv_ime_pinyin.c583 lv_obj_set_style_bg_opa(pinyin_ime->cand_panel, LV_OPA_0, 0); in lv_ime_pinyin_constructor()
594 lv_obj_set_style_bg_opa(pinyin_ime->cand_panel, LV_OPA_0, LV_PART_ITEMS); in lv_ime_pinyin_constructor()
598 lv_obj_set_style_bg_opa(pinyin_ime->cand_panel, LV_OPA_COVER, LV_PART_ITEMS | LV_STATE_PRESSED); in lv_ime_pinyin_constructor()
/lvgl-3.7.0/demos/widgets/
Dlv_demo_widgets.c721 lv_obj_set_style_bg_opa(meter3, LV_OPA_COVER, LV_PART_INDICATOR); in analytics_create()
986 lv_obj_set_style_bg_opa(color_cont, LV_OPA_COVER, 0); in color_changer_create()
1250 lv_obj_set_style_bg_opa(lv_layer_top(), LV_OPA_50, 0); in birthday_event_cb()
1280 lv_obj_set_style_bg_opa(lv_layer_top(), LV_OPA_TRANSP, 0); in calendar_event_cb()
/lvgl-3.7.0/docs/overview/
Ddisplay.md70 - Set the screen's opacity to `LV_OPA_TRANSP` e.g. with `lv_obj_set_style_bg_opa(lv_scr_act(), LV_O…
/lvgl-3.7.0/src/core/
Dlv_refr.c366 lv_obj_set_style_bg_opa(perf_label, LV_OPA_50, 0); in _lv_disp_refr_timer()
423 lv_obj_set_style_bg_opa(mem_label, LV_OPA_50, 0); in _lv_disp_refr_timer()
Dlv_obj_style_gen.c195 void lv_obj_set_style_bg_opa(struct _lv_obj_t * obj, lv_opa_t value, lv_style_selector_t selector) in lv_obj_set_style_bg_opa() function
Dlv_obj_style_gen.h595 void lv_obj_set_style_bg_opa(struct _lv_obj_t * obj, lv_opa_t value, lv_style_selector_t selector);
/lvgl-3.7.0/demos/benchmark/
Dlv_demo_benchmark.c678 lv_obj_set_style_bg_opa(scr, LV_OPA_COVER, 0); in benchmark_init()