Lines Matching full:it

112         /*Handle reset query if it happened in during processing*/  in lv_indev_read_timer_cb()
317 /*If a child matches use it*/ in lv_indev_search_obj()
325 /*If not return earlier for a clicked child and this obj's hittest was ok use it in lv_indev_search_obj()
415 /*Save the last key to compare it with the current latter on RELEASE*/ in indev_keypad_proc()
419 *It must be done here else `lv_indev_get_key` will return the last key in events*/ in indev_keypad_proc()
435 … lv_group_set_editing(g, false); /*Editing is not used by KEYPAD is be sure it is disabled*/ in indev_keypad_proc()
441 … lv_group_set_editing(g, false); /*Editing is not used by KEYPAD is be sure it is disabled*/ in indev_keypad_proc()
500 … lv_group_set_editing(g, false); /*Editing is not used by KEYPAD is be sure it is disabled*/ in indev_keypad_proc()
506 … lv_group_set_editing(g, false); /*Editing is not used by KEYPAD is be sure it is disabled*/ in indev_keypad_proc()
520 /*The user might clear the key when it was released. Always release the pressed key*/ in indev_keypad_proc()
575 /*Refresh the focused object. It might change due to lv_group_focus_prev/next*/ in indev_encoder_proc()
692 /*Ignore long pressed enter release because it comes from mode switch*/ in indev_encoder_proc()
836 /*If there is last object but it is not scrolled and not protected also search*/ in indev_proc_press()
847 /*The last object might have scroll throw. Stop it manually*/ in indev_proc_press()
926 /*Mark the Call the ancestor's event handler sending to do not send it again*/ in indev_proc_press()
1023 * Reset input device if a reset query has been sent to it
1082 /*If the prev. obj. is not in a group then defocus it.*/ in indev_click_focus()
1090 /*If the prev. object also wasn't in a group defocus it*/ in indev_click_focus()
1095 /*If the prev. object also was in a group at least "LEAVE" it instead of defocus*/ in indev_click_focus()