Searched refs:LV_KEY_UP (Results 1 – 22 of 22) sorted by relevance
217 lv_test_key_hit(LV_KEY_UP); /*Open the list too*/ in test_dropdown_keypad()219 lv_test_key_hit(LV_KEY_UP); in test_dropdown_keypad()225 lv_test_key_hit(LV_KEY_UP); in test_dropdown_keypad()226 lv_test_key_hit(LV_KEY_UP); in test_dropdown_keypad()227 lv_test_key_hit(LV_KEY_UP); in test_dropdown_keypad()228 lv_test_key_hit(LV_KEY_UP); in test_dropdown_keypad()
57 key = LV_KEY_UP; in test_slider_event_keys_right_and_up_increment_value_by_one()
30 LV_KEY_UP = 17, /*0x11*/ enumerator
735 if(c == LV_KEY_RIGHT || c == LV_KEY_UP) { in lv_obj_event()758 else if(c == LV_KEY_UP) { in lv_obj_event()
32 - `LV_KEY_UP/RIGHT` Turns on the slider
54 - `LV_KEY_UP/RIGHT` Increment the slider's value by 1
102 - `LV_KEY_UP/DOWN/LEFT/RIGHT` Move the cursor
34 - `LV_KEY_UP`, `LV_KEY_RIGHT` Increment the current parameter's value by 1
40 - `LV_KEY_UP/DOWN` With *Keypad* and *Encoder* increment/decrement the value.
34 LV_KEY_UP,
89 - **LV_KEY_UP** Increase value or move upwards99 The most important special keys are `LV_KEY_NEXT/PREV`, `LV_KEY_ENTER` and `LV_KEY_UP/DOWN/LEFT/RIG…
176 If `LV_OBJ_FLAG_CHECKABLE` is enabled, `LV_KEY_RIGHT` and `LV_KEY_UP` make the object checked, and …178 …ect is not editable (as declared by the widget class), the arrow keys (`LV_KEY_UP`, `LV_KEY_DOWN`,…
184 else if(key == LV_KEY_UP) { in gridnav_event_cb()
431 else if(c == LV_KEY_UP) { in lv_spinbox_event()
312 if(c == LV_KEY_RIGHT || c == LV_KEY_UP) { in lv_slider_event()
400 else if(c == LV_KEY_LEFT || c == LV_KEY_UP) { in lv_roller_event()
554 if(c == LV_KEY_RIGHT || c == LV_KEY_UP) { in lv_arc_event()
610 else if(c == LV_KEY_UP) { in lv_btnmatrix_event()
708 else if(c == LV_KEY_LEFT || c == LV_KEY_UP) { in lv_dropdown_event()
530 else if(c == LV_KEY_UP) row--; in lv_table_event()
882 else if(c == LV_KEY_UP) in lv_textarea_event()
394 if(c == LV_KEY_RIGHT || c == LV_KEY_UP) { in lv_colorwheel_event()