Lines Matching full:1

70     .editable = 1,
87 static const char * const default_kb_map_lc[] = {"1#", "q", "w", "e", "r", "t", "y", "u", "i", "o",…
91 #if LV_USE_ARABIC_PERSIAN_CHARS == 1
1001), LV_BUTTONMATRIX_CTRL_CHECKED | LV_KB_BTN(1), LV_KB_BTN(1), LV_KB_BTN(1), LV_KB_BTN(1), LV_KB_B…
102 #if LV_USE_ARABIC_PERSIAN_CHARS == 1
108 static const char * const default_kb_map_uc[] = {"1#", "Q", "W", "E", "R", "T", "Y", "U", "I", "O",…
112 #if LV_USE_ARABIC_PERSIAN_CHARS == 1
1211), LV_BUTTONMATRIX_CTRL_CHECKED | LV_KB_BTN(1), LV_KB_BTN(1), LV_KB_BTN(1), LV_KB_BTN(1), LV_KB_B…
123 #if LV_USE_ARABIC_PERSIAN_CHARS == 1
129 #if LV_USE_ARABIC_PERSIAN_CHARS == 1
131 "1#", "ض", "ص", "ث", "ق", "ف", "غ", "ع", "ه", "خ", "ح", "ج", "\n",
140 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
145 static const char * const default_kb_map_spec[] = {"1", "2", "3", "4", "5", "6", "7", "8", "9", "0"…
149 #if LV_USE_ARABIC_PERSIAN_CHARS == 1
156 …LV_KB_BTN(1), LV_KB_BTN(1), LV_KB_BTN(1), LV_KB_BTN(1), LV_KB_BTN(1), LV_KB_BTN(1), LV_KB_BTN(1), …
1571), LV_KB_BTN(1), LV_KB_BTN(1), LV_KB_BTN(1), LV_KB_BTN(1), LV_KB_BTN(1), LV_KB_BTN(1), LV_KB_BTN(
158 …B_BTN(1), LV_KB_BTN(1), LV_KB_BTN(1), LV_KB_BTN(1), LV_KB_BTN(1), LV_KB_BTN(1), LV_KB_BTN(1), LV_K…
160 #if LV_USE_ARABIC_PERSIAN_CHARS == 1
166 static const char * const default_kb_map_num[] = {"1", "2", "3", LV_SYMBOL_KEYBOARD, "\n",
173 1, 1, 1, LV_KEYBOARD_CTRL_BUTTON_FLAGS | 2,
174 1, 1, 1, LV_KEYBOARD_CTRL_BUTTON_FLAGS | 2,
175 1, 1, 1, 2,
176 1, 1, 1, 1, 1
188 #if LV_USE_ARABIC_PERSIAN_CHARS == 1
202 #if LV_USE_ARABIC_PERSIAN_CHARS == 1
327 #if LV_USE_ARABIC_PERSIAN_CHARS == 1 in lv_keyboard_def_event_cb()
341 else if(lv_strcmp(txt, "1#") == 0) { in lv_keyboard_def_event_cb()
391 lv_textarea_set_cursor_pos(keyboard->ta, 1); in lv_keyboard_def_event_cb()
397 lv_textarea_set_cursor_pos(keyboard->ta, 1); in lv_keyboard_def_event_cb()
405 lv_textarea_set_cursor_pos(keyboard->ta, cur + 1); in lv_keyboard_def_event_cb()