Searched refs:waypointsCnt (Results 1 – 1 of 1) sorted by relevance
351 private int waypointsCnt; field in Tween382 combinedAttrsCnt = waypointsCnt = 0; in reset()633 if (waypointsCnt == waypointsLimit) throwWaypointsLimitReached(); in waypoint()634 waypoints[waypointsCnt] = targetValue; in waypoint()635 waypointsCnt += 1; in waypoint()654 if (waypointsCnt == waypointsLimit) throwWaypointsLimitReached(); in waypoint()655 waypoints[waypointsCnt*2] = targetValue1; in waypoint()656 waypoints[waypointsCnt*2+1] = targetValue2; in waypoint()657 waypointsCnt += 1; in waypoint()677 if (waypointsCnt == waypointsLimit) throwWaypointsLimitReached(); in waypoint()[all …]