Home
last modified time | relevance | path

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

/lvgl-latest/src/widgets/
Dlv_btnmatrix.c200 if(btn_id >= btnm->btn_cnt && btn_id != LV_BTNMATRIX_BTN_NONE) return; in lv_btnmatrix_set_selected_btn()
330 if(btn_id == LV_BTNMATRIX_BTN_NONE) return NULL; in lv_btnmatrix_get_btn_text()
381 btnm->btn_id_sel = LV_BTNMATRIX_BTN_NONE; in lv_btnmatrix_constructor()
443 btnm->btn_id_sel = LV_BTNMATRIX_BTN_NONE; in lv_btnmatrix_event()
444 if(btn_pr != LV_BTNMATRIX_BTN_NONE) { in lv_btnmatrix_event()
452 btnm->btn_id_sel = LV_BTNMATRIX_BTN_NONE; in lv_btnmatrix_event()
456 if(btnm->btn_id_sel != LV_BTNMATRIX_BTN_NONE) { in lv_btnmatrix_event()
469 uint16_t btn_pr = LV_BTNMATRIX_BTN_NONE; in lv_btnmatrix_event()
479 if(btnm->btn_id_sel != LV_BTNMATRIX_BTN_NONE) { in lv_btnmatrix_event()
486 if(btn_pr != LV_BTNMATRIX_BTN_NONE && in lv_btnmatrix_event()
[all …]
Dlv_btnmatrix.h25 #define LV_BTNMATRIX_BTN_NONE 0xFFFF macro
26 LV_EXPORT_CONST_INT(LV_BTNMATRIX_BTN_NONE);
/lvgl-latest/src/extra/widgets/calendar/
Dlv_calendar.c152 if(lv_btnmatrix_get_selected_btn(calendar->btnm) != LV_BTNMATRIX_BTN_NONE) { in lv_calendar_set_showed_date()
217 if(d == LV_BTNMATRIX_BTN_NONE) { in lv_calendar_get_pressed_date()
/lvgl-latest/src/extra/widgets/keyboard/
Dlv_keyboard.c280 if(btn_id == LV_BTNMATRIX_BTN_NONE) return; in lv_keyboard_def_event_cb()
/lvgl-latest/docs/widgets/core/
Dbtnmatrix.md68 …rns the index of the most recently released or focused button or `LV_BTNMATRIX_BTN_NONE` if no suc…
/lvgl-latest/src/extra/others/ime/
Dlv_ime_pinyin.c644 if(btn_id == LV_BTNMATRIX_BTN_NONE) return; in lv_ime_pinyin_kb_event()
/lvgl-latest/docs/
DCHANGELOG.md25 - fix(btnmatrix): set LV_BTNMATRIX_BTN_NONE when clicking of disabled button (#4571) [`4578`](https…