Searched refs:lv_obj_set_style_bg_opa (Results 1 – 17 of 17) sorted by relevance
/lvgl-3.7.0/examples/others/gridnav/ |
D | lv_example_gridnav_2.c | 24 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/ |
D | lv_example_snapshot_1.c | 32 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/ |
D | test_obj_tree.c | 34 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/ |
D | lv_example_tabview_2.c | 25 lv_obj_set_style_bg_opa(tab2, LV_OPA_COVER, 0); in lv_example_tabview_2()
|
/lvgl-3.7.0/examples/others/fragment/ |
D | lv_example_fragment_1.c | 48 lv_obj_set_style_bg_opa(label, LV_OPA_COVER, 0);; in sample_fragment_create_obj()
|
D | lv_example_fragment_2.c | 81 lv_obj_set_style_bg_opa(content, LV_OPA_50, 0); in sample_fragment_create_obj()
|
/lvgl-3.7.0/examples/widgets/roller/ |
D | lv_example_roller_3.c | 70 lv_obj_set_style_bg_opa(roller1, LV_OPA_TRANSP, LV_PART_SELECTED); in lv_example_roller_3()
|
/lvgl-3.7.0/demos/music/ |
D | lv_demo_music.c | 241 lv_obj_set_style_bg_opa(bg, LV_OPA_COVER, 0); in auto_step_cb()
|
D | lv_demo_music_main.c | 611 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/ |
D | lv_demo_keypad_encoder.c | 183 lv_obj_set_style_bg_opa(bg, LV_OPA_70, 0); in msgbox_create()
|
/lvgl-3.7.0/src/extra/others/ime/ |
D | lv_ime_pinyin.c | 583 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/ |
D | lv_demo_widgets.c | 721 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/ |
D | display.md | 70 - 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/ |
D | lv_refr.c | 366 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()
|
D | lv_obj_style_gen.c | 195 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
|
D | lv_obj_style_gen.h | 595 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/ |
D | lv_demo_benchmark.c | 678 lv_obj_set_style_bg_opa(scr, LV_OPA_COVER, 0); in benchmark_init()
|