Home
last modified time | relevance | path

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

/lvgl-3.6.0/src/widgets/
Dlv_btnmatrix.c711 lv_state_t state_ori = obj->state; in draw_main() local
719 obj->state = state_ori; in draw_main()
754 if(state_ori & LV_STATE_PRESSED) btn_state |= LV_STATE_PRESSED; in draw_main()
755 if(state_ori & LV_STATE_FOCUSED) btn_state |= LV_STATE_FOCUSED; in draw_main()
756 if(state_ori & LV_STATE_FOCUS_KEY) btn_state |= LV_STATE_FOCUS_KEY; in draw_main()
757 if(state_ori & LV_STATE_EDITED) btn_state |= LV_STATE_EDITED; in draw_main()
780 obj->state = state_ori; in draw_main()
Dlv_table.c690 lv_state_t state_ori = obj->state; in draw_main() local
702 obj->state = state_ori; in draw_main()
808 obj->state = state_ori; in draw_main()
Dlv_dropdown.c938 lv_state_t state_ori = list_obj->state; in draw_box() local
966 list_obj->state = state_ori; in draw_box()