Lines Matching refs:motions
95 if(recognizer->info->motions[0].finger != -1) { in lv_indev_get_gesture_primary_point()
96 point->x = recognizer->info->motions[0].point.x; in lv_indev_get_gesture_primary_point()
97 point->y = recognizer->info->motions[0].point.y; 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()
397 return &info->motions[i]; in get_motion()
416 if(info->motions[i].finger == id) { in get_motion_idx()
447 motion = &g->motions[g->finger_cnt]; in process_touch_event()
472 lv_memmove(g->motions + motion_idx, in process_touch_event()
473 g->motions + motion_idx + 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()
522 motion = &g->motions[i]; in gesture_update_center_point()
540 motion = &g->motions[i]; in gesture_update_center_point()
549 motion = &g->motions[i]; in gesture_update_center_point()
577 motion = &g->motions[i]; in gesture_calculate_factors()
599 motion = &g->motions[i]; in gesture_calculate_factors()