Searched refs:LV_STATE_EDITED (Results 1 – 10 of 10) sorted by relevance
/lvgl-3.4.0/src/extra/themes/mono/ |
D | lv_theme_mono.c | 251 lv_obj_add_style(obj, &styles->edit, LV_STATE_EDITED); in theme_apply() 309 lv_obj_add_style(obj, &styles->edit, LV_STATE_EDITED); in theme_apply() 321 lv_obj_add_style(obj, &styles->edit, LV_STATE_EDITED); in theme_apply() 333 lv_obj_add_style(obj, &styles->edit, LV_STATE_EDITED); in theme_apply() 348 lv_obj_add_style(obj, &styles->edit, LV_STATE_EDITED); in theme_apply() 369 lv_obj_add_style(obj, &styles->edit, LV_STATE_EDITED); in theme_apply() 378 lv_obj_add_style(obj, &styles->edit, LV_STATE_EDITED); in theme_apply() 387 lv_obj_add_style(obj, &styles->edit, LV_STATE_EDITED); in theme_apply() 399 lv_obj_add_style(obj, &styles->edit, LV_STATE_EDITED); in theme_apply() 415 lv_obj_add_style(obj, &styles->edit, LV_STATE_EDITED); in theme_apply() [all …]
|
/lvgl-3.4.0/src/extra/themes/default/ |
D | lv_theme_default.c | 789 … lv_obj_add_style(obj, &styles->bg_color_secondary_muted, LV_PART_ITEMS | LV_STATE_EDITED); in theme_apply() 802 lv_obj_add_style(obj, &styles->outline_secondary, LV_PART_ITEMS | LV_STATE_EDITED); in theme_apply() 812 lv_obj_add_style(obj, &styles->outline_secondary, LV_STATE_EDITED); in theme_apply() 817 lv_obj_add_style(obj, &styles->outline_secondary, LV_PART_ITEMS | LV_STATE_EDITED); in theme_apply() 823 lv_obj_add_style(obj, &styles->outline_secondary, LV_STATE_EDITED); in theme_apply() 829 lv_obj_add_style(obj, &styles->outline_secondary, LV_PART_ITEMS | LV_STATE_EDITED); in theme_apply() 838 lv_obj_add_style(obj, &styles->outline_secondary, LV_STATE_EDITED); in theme_apply() 849 lv_obj_add_style(obj, &styles->outline_secondary, LV_STATE_EDITED); in theme_apply() 867 lv_obj_add_style(obj, &styles->outline_secondary, LV_STATE_EDITED); in theme_apply() 875 lv_obj_add_style(obj, &styles->bg_color_secondary, LV_PART_ITEMS | LV_STATE_EDITED); in theme_apply() [all …]
|
/lvgl-3.4.0/src/core/ |
D | lv_obj.h | 46 LV_STATE_EDITED = 0x0008, enumerator
|
D | lv_obj.c | 802 state |= LV_STATE_EDITED; in lv_obj_event() 807 lv_obj_clear_state(obj, LV_STATE_EDITED); in lv_obj_event() 823 lv_obj_clear_state(obj, LV_STATE_FOCUSED | LV_STATE_EDITED | LV_STATE_FOCUS_KEY); in lv_obj_event()
|
/lvgl-3.4.0/src/widgets/ |
D | lv_table.c | 717 if(obj->state & LV_STATE_EDITED) cell_state |= LV_STATE_EDITED; in draw_main()
|
D | lv_btnmatrix.c | 718 if(state_ori & LV_STATE_EDITED) btn_state |= LV_STATE_EDITED; in draw_main()
|
/lvgl-3.4.0/docs/overview/ |
D | indev.md | 129 If an object switches to edit mode it enters the `LV_STATE_FOCUSED | LV_STATE_EDITED` states so the…
|
D | object.md | 207 - `LV_STATE_EDITED` Edit by an encoder
|
D | style.md | 28 - `LV_STATE_EDITED` (0x0008) Edit by an encoder
|
/lvgl-3.4.0/docs/get-started/ |
D | quick-overview.md | 171 - `LV_STATE_EDITED` Edit by an encoder
|