Searched refs:lv_obj_set_style_shadow_opa (Results 1 – 6 of 6) sorted by relevance
/lvgl-latest/demos/scroll/ |
D | lv_demo_scroll.c | 44 lv_obj_set_style_shadow_opa(panel, LV_OPA_40, 0); in lv_demo_scroll()
|
/lvgl-latest/tests/src/test_cases/widgets/ |
D | test_bar.c | 354 lv_obj_set_style_shadow_opa(bar, LV_OPA_70, LV_PART_INDICATOR); in styled_bar_create()
|
/lvgl-latest/demos/high_res/ |
D | lv_demo_high_res_app_thermostat.c | 420 lv_obj_set_style_shadow_opa(icon, 15 * 255 / 100, 0); in create_widget3_setting() 550 lv_obj_set_style_shadow_opa(arc, 16 * 255 / 100, LV_PART_KNOB); in create_widget3()
|
/lvgl-latest/src/others/ime/ |
D | lv_ime_pinyin.c | 569 lv_obj_set_style_shadow_opa(pinyin_ime->cand_panel, LV_OPA_0, LV_PART_ITEMS); in lv_ime_pinyin_constructor()
|
/lvgl-latest/src/core/ |
D | lv_obj_style_gen.c | 501 void lv_obj_set_style_shadow_opa(lv_obj_t * obj, lv_opa_t value, lv_style_selector_t selector) in lv_obj_set_style_shadow_opa() function
|
D | lv_obj_style_gen.h | 827 void lv_obj_set_style_shadow_opa(lv_obj_t * obj, lv_opa_t value, lv_style_selector_t selector);
|