Home
last modified time | relevance | path

Searched refs:LV_STATE_EDITED (Results 1 – 10 of 10) sorted by relevance

/lvgl-3.4.0/src/extra/themes/mono/
Dlv_theme_mono.c251 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/
Dlv_theme_default.c789 … 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/
Dlv_obj.h46 LV_STATE_EDITED = 0x0008, enumerator
Dlv_obj.c802 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/
Dlv_table.c717 if(obj->state & LV_STATE_EDITED) cell_state |= LV_STATE_EDITED; in draw_main()
Dlv_btnmatrix.c718 if(state_ori & LV_STATE_EDITED) btn_state |= LV_STATE_EDITED; in draw_main()
/lvgl-3.4.0/docs/overview/
Dindev.md129 If an object switches to edit mode it enters the `LV_STATE_FOCUSED | LV_STATE_EDITED` states so the…
Dobject.md207 - `LV_STATE_EDITED` Edit by an encoder
Dstyle.md28 - `LV_STATE_EDITED` (0x0008) Edit by an encoder
/lvgl-3.4.0/docs/get-started/
Dquick-overview.md171 - `LV_STATE_EDITED` Edit by an encoder