Home
last modified time | relevance | path

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

/lvgl-latest/src/widgets/table/
Dlv_table.c786 lv_state_t cell_state = LV_STATE_DEFAULT; in draw_main() local
788 …if(!(obj->state & LV_STATE_SCROLLED) && (obj->state & LV_STATE_PRESSED)) cell_state |= LV_STATE_PR… in draw_main()
789 if(obj->state & LV_STATE_FOCUSED) cell_state |= LV_STATE_FOCUSED; in draw_main()
790 if(obj->state & LV_STATE_FOCUS_KEY) cell_state |= LV_STATE_FOCUS_KEY; in draw_main()
791 if(obj->state & LV_STATE_EDITED) cell_state |= LV_STATE_EDITED; in draw_main()
795 if(cell_state == LV_STATE_DEFAULT) { in draw_main()
801 obj->state = cell_state; in draw_main()