Home
last modified time | relevance | path

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

/lvgl-3.5.0/src/widgets/
Dlv_btnmatrix.c669 lv_state_t state_ori = obj->state; in draw_main() local
677 obj->state = state_ori; in draw_main()
712 if(state_ori & LV_STATE_PRESSED) btn_state |= LV_STATE_PRESSED; in draw_main()
713 if(state_ori & LV_STATE_FOCUSED) btn_state |= LV_STATE_FOCUSED; in draw_main()
714 if(state_ori & LV_STATE_FOCUS_KEY) btn_state |= LV_STATE_FOCUS_KEY; in draw_main()
715 if(state_ori & LV_STATE_EDITED) btn_state |= LV_STATE_EDITED; in draw_main()
738 obj->state = state_ori; in draw_main()
Dlv_table.c597 lv_state_t state_ori = obj->state; in draw_main() local
609 obj->state = state_ori; in draw_main()
715 obj->state = state_ori; in draw_main()
Dlv_dropdown.c929 lv_state_t state_ori = list_obj->state; in draw_box() local
957 list_obj->state = state_ori; in draw_box()