Home
last modified time | relevance | path

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

/lvgl-latest/examples/styles/
Dlv_example_style_15.c25 lv_obj_set_style_opa(btn, LV_OPA_50, 0); in lv_example_style_15()
40 lv_obj_set_style_opa(btn, LV_OPA_50, 0); in lv_example_style_15()
/lvgl-latest/examples/scroll/
Dlv_example_scroll_7.c88 lv_obj_set_style_opa(obj, checked ? LV_OPA_COVER : LV_OPA_TRANSP, LV_PART_SCROLLBAR); in checkbox_cb()
101 lv_obj_set_style_opa(obj, LV_OPA_TRANSP, LV_PART_SCROLLBAR); in lv_example_scroll_7()
Dlv_example_scroll_6.c44 lv_obj_set_style_opa(child, LV_OPA_COVER - opa, 0); in scroll_event_cb()
/lvgl-latest/demos/render/
Dlv_demo_render.c52 lv_obj_set_style_opa(obj, opa_saved, 0); in fill_obj_create()
122 lv_obj_set_style_opa(obj, opa_saved, 0); in border_obj_create()
218 lv_obj_set_style_opa(obj, opa_saved, 0); in box_shadow_obj_create()
283 lv_obj_set_style_opa(obj, opa_saved, 0); in text_obj_create()
324 lv_obj_set_style_opa(obj, opa_saved, 0); in image_obj_create()
435 lv_obj_set_style_opa(obj, opa_saved, 0); in line_obj_create()
478 lv_obj_set_style_opa(obj, opa_saved, 0); in arc_obj_create()
567 lv_obj_set_style_opa(obj, opa_saved, 0); in triangle_obj_create()
649 lv_obj_set_style_opa(obj, opa_saved, 0); in layer_obj_create()
890 lv_obj_set_style_opa(obj, opa_saved, 0); in create_linear_gradient_obj()
[all …]
/lvgl-latest/demos/smartwatch/
Dlv_demo_smartwatch.c288 lv_obj_set_style_opa(hint_down, 255, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_show_scroll_hint()
289 lv_obj_set_style_opa(hint_up, 255, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_show_scroll_hint()
290 lv_obj_set_style_opa(hint_left, 255, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_show_scroll_hint()
291 lv_obj_set_style_opa(hint_right, 255, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_show_scroll_hint()
567 lv_obj_set_style_opa(target, v, 0); in anim_set_opacity_cb()
/lvgl-latest/demos/high_res/
Dlv_demo_high_res_app_smart_meter.c240 lv_obj_set_style_opa(lv_obj_get_child(part1, 1), lv_map(val, 0, 1000, 0, 255), 0); in widget1_open_part1_anim_cb()
241 lv_obj_set_style_opa(lv_obj_get_child(part2, 1), lv_map(val, 0, 1000, 255, 0), 0); in widget1_open_part1_anim_cb()
265 lv_obj_set_style_opa(lv_obj_get_child(part1, 1), lv_map(val, 0, 1000, 255, 0), 0); in widget1_open_part2_anim_cb()
266 lv_obj_set_style_opa(lv_obj_get_child(part2, 1), lv_map(val, 0, 1000, 0, 255), 0); in widget1_open_part2_anim_cb()
317 lv_obj_set_style_opa(lv_obj_get_child(part1, 1), LV_OPA_TRANSP, 0); in create_widget1()
Dlv_demo_high_res_app_ev_charging.c299 lv_obj_set_style_opa(bar, LV_OPA_TRANSP, LV_PART_SCROLLBAR); in create_widget1()
309 lv_obj_set_style_opa(bar, LV_OPA_30, 0); in create_widget1()
310 lv_obj_set_style_opa(bar, LV_OPA_TRANSP, LV_PART_SCROLLBAR); in create_widget1()
Dlv_demo_high_res_app_about.c198 lv_obj_set_style_opa(button, LV_OPA_20, LV_STATE_DISABLED); in create_button()
Dlv_demo_high_res_top_margin.c247 lv_obj_set_style_opa(wifi_icon, lv_subject_get_pointer(&c->api.subjects.wifi_ssid) in wifi_icon_observer_cb()
/lvgl-latest/demos/transform/
Dlv_demo_transform.c84 lv_obj_set_style_opa(card, LV_OPA_50, 0); in lv_demo_transform()
/lvgl-latest/tests/src/test_cases/
Dtest_bindings.c231 lv_obj_set_style_opa(var, v, 0); in opa_anim_cb()
/lvgl-latest/demos/multilang/
Dlv_demo_multilang.c263 lv_obj_set_style_opa(cont, v, 0); in shrink_anim_cb()
/lvgl-latest/demos/benchmark/
Dlv_demo_benchmark.c381 lv_obj_set_style_opa(card, LV_OPA_50, 0); in containers_with_opa_cb()
/lvgl-latest/src/core/
Dlv_obj_style_gen.c701 void lv_obj_set_style_opa(lv_obj_t * obj, lv_opa_t value, lv_style_selector_t selector) in lv_obj_set_style_opa() function
Dlv_obj_style.c1050 lv_obj_set_style_opa(obj, v, 0); in fade_anim_cb()
Dlv_obj_style_gen.h852 void lv_obj_set_style_opa(lv_obj_t * obj, lv_opa_t value, lv_style_selector_t selector);
/lvgl-latest/demos/widgets/
Dlv_demo_widgets.c1073 lv_obj_set_style_opa(c, LV_OPA_TRANSP, 0); in color_changer_create()
1119 lv_obj_set_style_opa(lv_obj_get_child(obj, i), v, 0); in color_changer_anim_cb()
/lvgl-latest/src/display/
Dlv_display.c1178 lv_obj_set_style_opa(obj, v, 0); in opa_scale_anim()