Lines Matching refs:finger
95 if(recognizer->info->motions[0].finger != -1) { in lv_indev_get_gesture_primary_point()
379 info->motions[i].finger = -1; in init_gesture_info()
396 if(info->motions[i].finger == id) { in get_motion()
416 if(info->motions[i].finger == id) { in get_motion_idx()
452 motion->finger = touch->id; in process_touch_event()
464 motion->finger = -1; in process_touch_event()
476 g->motions[g->finger_cnt - 1].finger = -1; in process_touch_event()
478 LV_ASSERT(g->motions[motion_idx + 1].finger == -1); in process_touch_event()
524 if(motion->finger >= 0) { in gesture_update_center_point()
541 if(motion->finger >= 0) { in gesture_update_center_point()
550 if(motion->finger >= 0) { in gesture_update_center_point()
579 if(motion->finger >= 0) { in gesture_calculate_factors()
601 if(motion->finger >= 0) { in gesture_calculate_factors()