Searched refs:cell_state (Results 1 – 1 of 1) sorted by relevance
712 lv_state_t cell_state = LV_STATE_DEFAULT; in draw_main() local714 …if(!(obj->state & LV_STATE_SCROLLED) && (obj->state & LV_STATE_PRESSED)) cell_state |= LV_STATE_PR… in draw_main()715 if(obj->state & LV_STATE_FOCUSED) cell_state |= LV_STATE_FOCUSED; in draw_main()716 if(obj->state & LV_STATE_FOCUS_KEY) cell_state |= LV_STATE_FOCUS_KEY; in draw_main()717 if(obj->state & LV_STATE_EDITED) cell_state |= LV_STATE_EDITED; in draw_main()721 if(cell_state == LV_STATE_DEFAULT) { in draw_main()727 obj->state = cell_state; in draw_main()